-
**Hello,lvpengyuan:
Thanks for sharing the code.I can run the test script after installing the env,But I got some problem
while running the train script.The error imformation is as follows:**…
-
Dear Open-mmlab,
I had a problem while testing convnext on my GTX1660ti. I was running this in command
python tools/test.py configs/convnext/cascade_mask_rcnn_convnext-s_p4_w7_fpn_giou_4conv1f_fp1…
-
File "example_ocr.py", line 12, in
from lib.networks.factory import get_network
File "/home/mlp/ai/ocr/text-detection-ctpn-master/lib/__init__.py", line 1, in
from . import fast_rcnn
…
xxllp updated
4 years ago
-
File "ctpn/demo.py", line 8, in
from lib.networks.factory import get_network
File "/home/junjie/share/mobilenet/text-detection-ctpn/lib/__init__.py", line 1, in
from . import fast_rcnn
…
-
I attempt to run the faster rcnn fpn with resnet50 model on my own dataset. But I meet that the loss_bbox is almost to be zero and the final mAP is also 0 or other small abnormal number. when I train …
-
When I checked the log of ./make.sh, I found that, g++: error: unrecognized option ‘-R, how could I solve it?
running build_ext
cythoning utils/bbox.pyx to utils/bbox.c
building 'utils.cython_bbo…
-
Hi ,your project is cool.
I plan to write a faster rcnn project with gluon.
I want to use your code for reference,could you list the differents between you codes and official faster rcnn?
-
Hello. I want to:
1- train Faster RCNN on my own custom dataset.
2- use the pre-trained Faster RCNN on the VOC2007 as the initial weights to train it then on my own custom dataset.
3- modify the …
-
IndexError: boolean index did not match indexed array along dimension 0; dimension is 0 but corresponding boolean dimension is 1
Traceback (most recent call last):
File "", line 1, in
runf…
-
Hi,
I am using the detectron2 cascade mask rcnn vitdet h checkpoint in the demo for hamer and it is very slow for inference on one image compared to detectron2 model zoo numbers. I get .78s/im vs the…