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

When I use the test_net.py, I got this problem: Evaluating detections Writing 1 VOC results file VOC07 metric? Yes Traceback (most recent call last): File "./tools/test_net.py", line 90, in test_net(net,...

WARNING: Logging before InitGoogleLogging() is written to STDERR I ran into those error messages when running demo.py. Any thoughts? Thanks W0805 22:56:59.017705 3107 _caffe.cpp:139] DEPRECATION WARNING - deprecated use of...

when I run ./tools/demo.py it shows: F0827 19:55:39.568928 17377 math_functions.cu:26] Check failed: status == CUBLAS_STATUS_SUCCESS (13 vs. 0) CUBLAS_STATUS_EXECUTION_FAILED *** Check failure stack trace: *** [2] 17377 abort (core dumped)...

Actually i had a dataset in form of .csv file with corresponded image location. could you please help me ?? Thanking you !

Dear author,I train with my own datasets,when I test image with low score object I found some problem.I get a image that not same as input but as same as...

Hey All, I am trying to run py-faster-rcnn on my own dataset. But it is giving me 'Max_overlaps' issue. While over going through other issues reported in this repository, i...

has someone evaluate recall and precision,what is your result and how to evaluate them.Thx a lot.

![gpu_nms](https://user-images.githubusercontent.com/245151/33065637-5e083bb2-cee4-11e7-9440-4ad6fca5da85.png) The first figure is from gpu_nms. I found the first and the second bbox overlap above 90% (The nms IoU threshold is 50%) @rbgirshick could you help me? Why...

When I test the model on my own dataset,I get this AP=0 and mAP=0, as follows: Evaluating detections Writing hd VOC results file VOC07 metric? Yes /home/sys418/py-faster-rcnn_1/tools/../lib/datasets/voc_eval.py:194: RuntimeWarning: invalid value...

Hi All, I evaluate the official ZF-net model which is downloaded with fetch_faster_rcnn_models.sh script. My faster rcnn is download from "https://github.com/rbgirshick/py-faster-rcnn". Testing command are: ./tools/test_net.py --net data/faster_rcnn_models/ZF_faster_rcnn_final.caffemodel --def models/pascal_voc/ZF/faster_rcnn_alt_opt/faster_rcnn_test.pt --cfg...