-
Hello, excuse me. I noticed that the parameters of your paper named RoITransform are set as follows:
* backbone : ResNet101+ FPN + Light- Head R-CNN
* subimages size:1024 × 1024
* a stride of …
-
sir while running the train.py i am unable to see the rrpn_outputs at the location you specified as /home/ece/Documents/SDP/sid/MVDNET/MVDNet-main/detectron2/detectro
![Screenshot from 2022-11-21 11-…
-
I tried to run "demo/rrpn_e2e_infer.py", but it shows error. Does anyone know the reason?
I just want to test the result using a pre-trained model, did I do anything wrong? Thanks.
warnings.wa…
-
Hello author,
I have a few questions about the code.
First, look at the example you gave using the yaml file isconfigs/arpn/e2e_rrpn_R_50_C4_1x_train_AFPN_RT_LERB.yaml,the META ARCHITECTUR…
-
## ❓ Questions and Help
When I train as below command, I met the AssertionError. I don't know why happened and how to fix this error. Could you give me a help.
Thank you in advance
Ubunutu 20.04 …
-
root@63b86f5db157:/workspace/gitzkl/RRPN# python ./tools/rotation_demo.py
Traceback (most recent call last):
File "./tools/rotation_demo.py", line 18, in
from fast_rcnn.test import im_detect…
-
运行train_net.py训练时,出现以下情况:
2020-04-29 10:03:45,343 maskrcnn_benchmark INFO: Using 1 GPUs
2020-04-29 10:03:45,343 maskrcnn_benchmark INFO: Namespace(config_file='../configs/rrpn/e2e_rrpn_X_101_32x8d_F…
-
你好,cd RRPN_pytorch,没有这个文件夹,是自己新建一个放在项目文件下吗
-
运行faster_rcnn_end2end.sh时,界面上的输出如下:
+ export PYTHONUNBUFFERED=True
+ PYTHONUNBUFFERED=True
+ GPU_ID=0
+ NET=VGG16
+ NET_lc=vgg16
+ DATASET=rrpn
+ array=($@)
+ len=3
+ EXTRA_ARGS=
+ EXTRA_ARG…
-
When I train the icdar 2003 dataset,I have generated a caffemodel,but during the test period,I meet this problem:
Traceback (most recent call last):
File "./tools/test_net.py", line 86, in
…