tf-faster-rcnn
tf-faster-rcnn copied to clipboard
Tensorflow Faster RCNN for Object Detection
 i have problem but i can't solved how can i fix it? additionally, i have dataset name like this 
When I run "./experiments/scripts/train_faster_rcnn.sh 0 pascal_voc res50 ", it occurs the error: Traceback (most recent call last): File "./tools/trainval_net.py", line 142, in max_iters=args.max_iters) File "/home/honghaier1688/workspaces/tf-faster-rcnn/tools/../lib/model/train_val.py", line 377, in train_net sw.train_model(sess,...
Hello, I would like to create a dataset (the same way Pascal VOC) and train a res101 on it. I wrote a cpp code to create my dataset and call...
hi,I want to konw can the code run on windows? It only run on ubuntu?
$python trainval_net.py 2021-04-28 11:59:13.629111: I tensorflow/stream_executor/platform/default/dso_loader.cc:53] Successfully opened dynamic library libcudart.so.11.0 Traceback (most recent call last): File "/home/jwz/文档/tf-faster-rcnn/tools/trainval_net.py", line 11, in from model.train_val import get_training_roidb, train_net File "/home/jwz/文档/tf-faster-rcnn/tools/../lib/model/train_val.py", line 11,...
hello,I want to train the mobilenet version faster rcnn ,but I can not find the mobile.ckpt?https://github.com/tensorflow/models/blob/master/research/slim/nets/mobilenet_v1.md this file isn't mobile.ckpt. how to solve it ? thanks!
get 0 AP
I trained my own data set, but got 0 AP. Is anybody know what is the problem?
I am using Faster RCNN with Inception V2 on custom dataset. My model is working fine with good detection accuracy. However, I am facing false positive problem when I pass...
Hi, I tried to build the docker `Dockerfile.cuda-8.0` and it failed like so: ``` Step 5/14 : RUN pip install image scipy matplotlib PyYAML numpy easydict tensorflow-gpu ---> Running in...