Faster-RCNN_TF
Faster-RCNN_TF copied to clipboard
Faster-RCNN in Tensorflow
I am always getting an exception loop saying "image invalid, skipping" and I just can not see why. 2021-12-16 11:26:40.670417: W tensorflow/core/framework/op_kernel.cc:1639] Unknown: Exception: Traceback (most recent call last): File...
I'm not familier to this. when i make in /lib, there come a lot warnings, i'm not sure if it can work. Could anyone answer my question... I'm truely confused......
``` cd $FRCN_ROOT/lib make ``` After this step I am getting an error: ``` aquib@javed:~/Faster-RCNN_TF/lib$ make all python setup.py build_ext --inplace running build_ext skipping 'utils/bbox.c' Cython extension (up-to-date) skipping 'utils/nms.c'...
when I validate the demo, I got lots of problem, wirte it down, hope it helps:) 2 problems: 1. nsync_cv.h: No such file or directory 2. undefined symbol: _ZTIN10tensorflow8OpKernelE change...
When I run the step 2, I fail to build cython modules. python setup.py build_ext --inplace running build_ext skipping 'utils/bbox.c' Cython extension (up-to-date) skipping 'utils/nms.c' Cython extension (up-to-date) skipping 'nms/cpu_nms.c'...
This commit solves an error of 'undefined symbol' when tools/demo.py is running.
but the original paper the map on voc 2007 is 69,or 73?
I run fanster rcnn train model:hyw@hyw-Inspiron-5680:~/PycharmProjects/hyw-DIY/Faster-RCNN_TF$ ./experiments/scripts/faster_rcnn_end2end.sh gpu 0 VGG16 pascal_voc, result a error as follow: ......
hi thanks for this. I've tried following the guide in order to run the demo but I've run into the following errors. Any suggestions? ``` # python demo.py ../VGGnet_fast_rcnn_iter_70000.ckpt --gpu...