Skip to content

Tarik Billa

  • Web Development
    • html
    • vue.js
    • laravel
    • css
    • javascript
    • jquery
    • node.js
    • php
    • asp.net
  • Programming
    • python
    • java
    • c
    • c++
    • c#
  • git
  • android

pycaffe

Faster RCNN for TensorFlow

June 4, 2023 by Tarik

Tensorflow has just released an official Object Detection API here, that can be used for instance with their various slim models. This API contains implementation of various Pipelines for Object Detection, including popular Faster RCNN, with their pre-trained models as well.

Categories tensorflow Tags caffe, detection, pycaffe, tensorflow Leave a comment

Cheat sheet for caffe / pycaffe?

May 31, 2023 by Tarik

The pycaffe tests and this file are the main gateway to the python coding interface. First of all, you would like to choose whether to use Caffe with CPU or GPU. It is sufficient to call caffe.set_mode_cpu() or caffe.set_mode_gpu(), respectively. Net The main class that the pycaffe interface exposes is the Net. It has two … Read more

Categories jupyter-notebook Tags caffe, jupyter-notebook, pycaffe Leave a comment

NameError: name ‘get_ipython’ is not defined

March 20, 2023 by Tarik

You have to run your script with ipython: $ ipython python/my_test_imagenet.py Then get_ipython will be already in global context. Note: Importing it via from IPython import get_ipython in ordinary shell python will not work as you really need ipython running.

Categories python Tags caffe, ipython, pycaffe, python Leave a comment

Tarik Billa

Software Engineer
tarikbilla@gmail.com
+8801884414000
  • Reuse a hash in YAMLApril 17, 2024
  • Dockerfile: how to redirect the output of a RUN command to a variable?April 16, 2024
  • How to cd to a directory with spaces in the directory name?April 16, 2024
  • Maximum MIME type length when storing the type in a databaseApril 16, 2024
  • What is the difference between Unit, Integration, Regression and Acceptance Testing?April 16, 2024
© 2026 Tarik Billa