-
Hi, @BeipengMu ,
Could you list the steps on how to apply RCNN detection with objectSLAM?
Thanks!
-
I use the [provided code ](https://github.com/pytorch/vision/blob/master/references/detection/train.py) to train my data using faster_rcnn on 2 GPUs. The program always stops at epoch 27(just stop…
-
Has anyone tried to train faster rcnn without pre-train weights? What's the result compared to with pre-train?
-
hi,I have some doubts on the do_fast_rcnn_test code. Why did you use the data from the VOC to calculate the mAP ,rather to re-use the data from the roidb_test ?
-
When i run script_faster_rcnn_demo.m in Matlab, i got the following message:
fast_rcnn startup done
GPU 1: free memory 12375916544
Use GPU 1
Undefined function 'caffe_' for input arguments of type 'ch…
-
I followed the installation steps and also downloaded the models but when I run the demo script_faster_rcnn_demo.m , I get the error:
fast_rcnn startup done
GPU 1: free memory 5307551744
GPU 2: free…
mtrth updated
6 years ago
-
Just to see if anyone tried to port the Faster RCNN to run on [Jetson TX1](http://www.nvidia.com/object/jetson-tx1-module.html)?
It would be very interesting to see how it performs on this little Teg…
-
Hi,
I have done training on my own dataset and i got 70% accuracy after 4 epochs..
I want to visualize the output.. so i tried with demo script.. i gave 1 input image and tried with the trained mo…
-
hello can anyone have this problem during training?I don't know how to solve this problem,it cost my too much time!!
**Traceback (most recent call last):
File "./tools/train_net.py", line 112…
-
I have trained several faster rcnn models with different backbones, then I want to ensemble these models for a better performance, but I am totally confused about how to do this for object detection, …