py-faster-rcnn icon indicating copy to clipboard operation
py-faster-rcnn copied to clipboard

Faster R-CNN (Python implementation) -- see https://github.com/ShaoqingRen/faster_rcnn for the official MATLAB version

Results 105 py-faster-rcnn issues
Sort by recently updated
recently updated
newest added

CXX/LD -o .build_release/tools/caffe.bin CXX/LD -o .build_release/tools/compute_image_mean.bin CXX/LD -o .build_release/tools/convert_imageset.bin CXX/LD -o .build_release/tools/device_query.bin CXX/LD -o .build_release/tools/extract_features.bin CXX/LD -o .build_release/tools/finetune_net.bin CXX/LD -o .build_release/tools/net_speed_benchmark.bin CXX/LD -o .build_release/tools/test_net.bin CXX/LD -o .build_release/tools/train_net.bin CXX/LD -o .build_release/tools/upgrade_net_proto_text.bin...

How can I fix this? I have Cuda7.5 on Ubuntu 15.10 and my GPU compute capability is 3.5: ``` jalal@klein:~/computer_vision/py-faster-rcnn/caffe-fast-rcnn$ make -j8 && make pycaffe CXX src/caffe/blob.cpp CXX src/caffe/data_reader.cpp CXX...

Dear all, after following the instructions, at the point I am installing caffe, "make all" works fine, but "make test" fails, with the following output: ----------------:~/py-faster-rcnn/caffe-fast-rcnn$ make test CXX src/caffe/test/test_roi_pooling_layer.cpp...

Hi, @rbgirshick! I am currently using this project for car count on UAV imagery dataset.As my own dataset' s images is not enough( about 3000 images), i think it would...

Hello everyone. Following installation guide for windows, i'm trying to "make" folder lib. And here is what i'm getting python setup.py build_ext --inplace Traceback (most recent call last): File "setup.py",...

For anyone who is struggling in using this repo on windows, download the below repo and replace the lib file. https://github.com/MrGF/py-faster-rcnn-windows

May I get an example for deploy.prototxt for faster rcnn? i am trying to deploy the model but failed. I am trying to use the model which I trained in...

Any ideas to solve it ? Process Process-1: Traceback (most recent call last): File "/usr/lib/python2.7/multiprocessing/process.py", line 258, in _bootstrap self.run() File "/usr/lib/python2.7/multiprocessing/process.py", line 114, in run self._target(*self._args, **self._kwargs) File "train_faster_rcnn_alt_opt.py",...

Dear Sir, I want to ask a simple question. I am currently trying to train medical images with multiple (around 30) different objects. I want to train my image data...

I tried to train on ImageNet dataset with pre-trained VGG16 model which provided by ImageNet model (solver.prototxt, VGG16.v2.caffemodel) following this post http://sunshineatnoon.github.io/Train-fast-rcnn-model-on-imagenet-without-matlab/ I created imagenet.py file in $FRCNN_ROOT/lib/datasets directory and...