-
config_file='../../mmdetection/configs/mask_rcnn/mask_rcnn_r50_caffe_fpn_mstrain-poly_3x_coco.py'
#config_file='../../mmdetection/configs/faster_rcnn/faster_rcnn_r50_caffe_fpn_mstrain_3x_coco.py'
#c…
-
use CPU mode make and test the model, it works ok. when I use my data to train the model (faster_rcnn_alt_opt),it work mistakes :
File "/home/fx/py-faster-rcnn/tools/../lib/datasets/imdb.py", line 10…
-
How do I display the mAP table for different conditions such as easy, moderate and hard. Currently the mAP is calculated and displayed once for each catagory but I want to display the mAP result ba…
-
Thank you for your modification and improvement of the code, but I found that the "sample_bboxes_return_index" file in "mmdet.core" was empty. Have you implemented it yet?
-
Hi,i am a new to tf and keras.I run Mask_RCNN-2.0 .when i debug the project,i meet a problem.But i dont understand it likeing this:
Traceback (most recent call last):
File "/home/whao/pycharm-2017…
-
File "/home/frank/MSDN/faster_rcnn/fast_rcnn/bbox_transform.py", line 78, in bbox_transform_inv_hdn
boxes = boxes.astype(deltas.dtype, copy=False)
AttributeError: 'Tensor' object has no attribut…
-
在Faster RCNN中训练的时候将RPN和Fast-RCNN交叉进行他网络微调,但是我看代码中是直接将两者loss相加求梯度并反向传播?请问是这样的吗?
-
不好意思我想要用百度網盤中的權重
但是沒有百度網盤沒辦法下載 可以用google 下載或是其他方法拿到權重嗎
-
I am trying to run ./tools/demo.py file but getting following error:
ImportError: /home/faster_RCNN_caffe_GPU/py-faster-rcnn/tools/../caffe-fast-rcnn/python/caffe/../../build/lib/libcaffe.so.1.0.0-rc…
-
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 the train_faster_rcnn.sh
But I meet this error : …