TFFRCNN icon indicating copy to clipboard operation
TFFRCNN copied to clipboard

FastER RCNN built on tensorflow

Results 102 TFFRCNN issues
Sort by recently updated
recently updated
newest added

Hi, I am running the master trunk and encounter the error when do training. Could anyone help on this? Thanks. File "./faster_rcnn/../lib/roi_pooling_layer/roi_pooling_op.py", line 5, in _roi_pooling_module = tf.load_op_library(filename) File "/usr/local/anaconda2/lib/python2.7/site-packages/tensorflow/python/framework/load_library.py",...

I wonder the original dataset KITTI,has no labels in it testing file,but I saw in your READER.md it not like this: 2. Extract all of these tar into `./TFFRCNN/data/` and...

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 sure that I installed Cuda-8.0 with CUDNN 7 but every time I tried: sudo make, it shows some errors. When I tried "nvcc --version", it can show...

Hi,when I use ckpt v1 format,the command line as follows, python ./faster_rcnn/test_net.py --gpu 0 --weights ./models/VGGnet_fast_rcnn_iter_150000.ckpt --imdb voc_2007_test --cfg ./experiments/cfgs/faster_rcnn_end2end.yml --network VGGnet_test it works. but I train my model in...

I can build pass, but when i run demo.py it reports error: scopeserver@scopephotos:~/RaidDisk/DeepLearning/mwang/tensorflow/TFFRCNN$ python ./faster_rcnn/demo.py I tensorflow/stream_executor/dso_loader.cc:128] successfully opened CUDA library libcublas.so locally I tensorflow/stream_executor/dso_loader.cc:128] successfully opened CUDA library libcudnn.so...

I am trying to perform faster rcnn on a custom dataset based on pascal_VOC. But I get this error when I start to train: Stats: Limit: 1696386252 InUse: 1685909760 MaxInUse:...

I'm trying to compile Faster R-CNN, but when I execute `make` in `$Fast_root$/lib`, I got an issue `nvcc fatal : A single input file is required for a non-link phase...

When the negative proposals is 0, the training ends up with the following complaints. Anyone met similar problems? ``` rpn: num_positive 128 rpn: num_negative 0 rpn: num_positive avg 128 rpn:...

I run python faster_rcnn/demo.py --model model/VGGnet_fast_rcnn_iter_70000.ckpt,it is error. and I run python faster_rcnn/demo.py --model model/VGGnet_fast_rcnn_iter_70000.ckpt --gpu 0,it is also error. I don't know how to solver it