tf-faster-rcnn
tf-faster-rcnn copied to clipboard
Tensorflow Faster RCNN for Object Detection
Writing person VOC results file Writing motorbike VOC results file VOC07 metric? Yes Traceback (most recent call last): File "./tools/test_net.py", line 120, in test_net(sess, net, imdb, filename, max_per_image=args.max_per_image) File "/home/amax/yang4/zgaibug/tf-faster-rcnn/tools/../lib/model/test.py",...
I followed your instruction and got this error. Can you please suggest solutions? ``` mona@pascal:~/computer_vision/tf-faster-rcnn$ GPU_ID=0 mona@pascal:~/computer_vision/tf-faster-rcnn$ ./experiments/scripts/vgg16.sh $GPU_ID pascal_voc + set -e + export PYTHONUNBUFFERED=True + PYTHONUNBUFFERED=True + GPU_ID=0...
If I make in the lib folder(in google colab),it shows that “OSError: The nvcc binary could not be located in your $PATH. Either add it to your path, or set...
When I enter python ./experiments/scripts/train.sh 0 coco vgg16, arise the error. File "./experiments/scripts/train_faster_rcnn.sh", line 6 export PYTHONUNBUFFERED="True" ^ SyntaxError: invalid syntax Please help me solve the problem.
I want to cluster the bboxes,which documents do I need to modify?thanks
I can't understand the `_reshape_layer` method in the following code: ```python rpn_cls_score_reshape = self._reshape_layer(rpn_cls_score, 2, 'rpn_cls_score_reshape') ``` Why not write like this: ``` cls_score_shape = tf.shape(rpn_cls_score_reshape) rpn_cls_score_reshape = tf.reshape(rpn_cls_score, [cls_score_shape[0],...
On win10 systems,setup. is split into two,the following error occured after i enter the "python setup_cuda.py install" command E:\Users\17829\Faster-RCNN-TensorFlow-Python3\lib>python setup_cuda.py install running install running bdist_egg running egg_info creating py_fast_rcnn_gpu.egg-info writing...
I tried to test res101 on pascal VOC and while testing my AP is very less. Also when i use demo function then i get a lot of ROI's. Did...
my gpu is GTX 1060 , and the demo has been successfully run . but when try to train ,something has gone wrong. I used this command : ./experiments/scripts/train_faster_rcnn.sh 0...