py-faster-rcnn
py-faster-rcnn copied to clipboard
Faster R-CNN (Python implementation) -- see https://github.com/ShaoqingRen/faster_rcnn for the official MATLAB version
please tell about which parameters i have to tuning??
python setup.py build_ext --inplace Traceback (most recent call last): File "setup.py", line 12, in from Cython.Distutils import build_ext ImportError: No module named Cython.Distutils Makefile:2: recipe for target 'all' failed make:...
GPUs : tesla xp (2), tesla p100 (3) os : ubuntu 18.04 ,docker (cuda 8.0) i tried to train example of ssd_pascal.py but i got the error like this: ......
For getting more accuracy in faster-rcnn , which parameters i have to tune (tuning parameters). please anybody provide the solution for that problem, actually my model is working but the...
Hi , I am trying to get FasterRCNN with resnet-101 running using caffe's cpp code. I specifically use test_frcnn.exe for running this. My command line exeuction looks as below :...
python setup.py build_ext --inplace Traceback (most recent call last): File "setup.py", line 66, in CUDA = locate_cuda() File "setup.py", line 52, in locate_cuda raise EnvironmentError('The nvcc binary could not be...
from the code, i found that "multi-scale training" means : randomly select a scale from multiple scales. u only need to train once. is that right?? Because in the past,...
@rbgirshick, I want to use py-faster rcnn to train my own dataset, how to achieve multi-scale training ?
recently i want to try multi-scale testing. since the `rpn` network does not support multi-scale or `batchsize > 1`, so i set `batchsize = 1` and loop for multi-scale to...
编译caffe出现如下问题: PROTOC src/caffe/proto/caffe.proto make: protoc:命令未找到 Makefile:629: recipe for target '.build_release/src/caffe/proto/caffe.pb.cc' failed make: *** [.build_release/src/caffe/proto/caffe.pb.cc] Error 127 make: *** 正在等待未完成的任务.... 请问是因为什么原因?