-
When I ran "python multi_gpu_train.py", I got an error importing rbbx_overlaps as follows
Traceback (most recent call last):
File "hello_world.py", line 17, in
from libs.networks import bu…
-
Traceback (most recent call last): │····················
File "multi_gpu_train.py", line 227, in …
-
在我运行multi_gpu_train.py的时候,在optimizer.apply_gradients(grads, global_step)这一步遇到了这个问题,求助大神又没有遇到过,要怎么解决。
-
When I run the code ``./tools/rotation_demo.py``, I get the following error:
Loaded network /RRPN/data/faster_rcnn_models/vgg16_faster_rcnn.caffemodel
Memory need is 426752000
Memory need is 4267…
-
Hi, I found the training is extremely slow, it took about 2 mins to finish one step (since batch size is 1, I assumed for every step only one image is trained). All images have size about 800*1000 aft…
-
-
1. the performmence of rrpn_faster-rcnn and rrpn fpn? which obtains better result.
2. defined function in .cu: overlaps_kernel and rotate_nms_kernel, can you give more annotations for them.
3. how t…
-
meet this error:fast_rcnn_loc_loss:0.0.can any one helpp me?
@yangJirui
-
Thanks for sharing your work. I have created my own tfrecord file which can be used for traning R2CNN_FPN_Tensorflow. However, when I train the RRPN model, the following error raised :
`2018-03-25…
-
I made a dataset myself, and generated tfrecord file in ../data/tfrecord, when i run trian.py, i got error.
tensorflow:1.2.0
python:2.7
cuda:8.0
the xml format is:
```
VOC2007
000001.…