-
when I make in document Faster-RCNN-TF/lib , I get warnings and a error:
python setup.py build_ext --inplace
running build_ext
cythoning utils/bbox.pyx to utils/bbox.c
building 'utils.cython_b…
-
Everything should be switched over to pytorch/caffe2 to reduce the dependency count
-
Hi,
I can load Faster_Rcnn model with C#, and get outputdata from Evaluate.
I got clsPred/rois/vbboxR list data and reference python code to generate input for NMS.
cntk provide nms function to us…
-
Hi, I have trained the model using the code and have stored the model in mask_rcnn_coco.pth. However when I try to run:
python demo.py
I am not able to run the demo script and the error is shown:
T…
-
Hello, I train the model according to ```default.yaml``` config. I keep other configs unchanged. I use strategy (a), online augmentation.
In detail, I just use the following command to train the mo…
-
I have the problem that:
File "train.py", line 124, in
net(im_data, im_info, gt_boxes, gt_ishard, dontcare_areas)
File "/usr/local/lib/python2.7/dist-packages/torch/nn/modules/module.py", …
-
File "/raid/wwb/densecap-tensorflow-master/tools/../lib/dense_cap/train.py", line 485, in train_net
sw.train_model(sess, max_iters)
File "/raid/wwb/densecap-tensorflow-master/tools/../lib/den…
-
When try to run Faster RCNN toy example.
Can't do the running, due to, ValueError: Specified GPU device id (0) is invalid.
I tried loading either the CPU or GPU versions, the same error happened…
-
Hello,
Thanks for such a nice work that have been done .
I would like to ask about using such code and config at which the teacher model will be different that student model.
for example; teacher…
-
Hi,
I would like to train Mask RCNN for a single object detection and segmentation. I followed the approach described in the **train_shapes.ipynb** file. Besides, I have verified the prepared data …