video-object-detection
video-object-detection copied to clipboard
Simple object detection in YouTube videos, using Caffe
Hi When I do the make -j8 for caffe the following error comes, I ma using a Mac: LD -o .build_release/lib/libcaffe.so.1.0.0 ld: library not found for -lboost_python clang: error: linker...
hi when i am running **filter_images.py** from terminal - `python filter_positive_images.py --src /home/admin1/video-object-detection-master/data/imagenet/n07840804/images --dst /home/admin1/video-object-detection-master/data/imagenet/n07840804/pos` it throws error- Traceback (most recent call last): File "filter_positive_images.py", line 47, in show_image(filename) File...
Hi, I have a trained model which contains `.caffemodel` and `deploy.prototxt` files. Does your code help me to make an object detector based on these?
when I run below command, it is not working with some error. command: "python main.py --model=original_train_val.prototxt" error: Traceback (most recent call last): File "main.py", line 96, in test_detector_on_eggs() File "main.py",...
I have already installed gflags on this folder still error "no module named gflags" is coming.