-
- 我在windows平台下跑rrpn的时候出现了dynamic_loader.cc不支持windows这个问题
![微信图片_20200724164253](https://user-images.githubusercontent.com/31400928/88374820-068b3e80-cdcd-11ea-9b9e-e56f29789598.png)
-
您好,我的RRPN参数设置为:
RRPN:
ANCHOR_SIZES: (2, 4, 8, 16, 32)
ASPECT_RATIOS: (0.2, 0.33, 0.5, 1.0)
ANCHOR_STRIDE: (4, 8, 16, 32, 64)
但是,如下图所示,我预测的框过大,我该修改哪些参数来减小我的预测框大小?期待您的回答,非常感谢!!!!
!…
-
Thank you for your great achievement!
I am trying to implement VGG16, but got below error
```bash
Traceback (most recent call last):
File "tools/train_net.py", line 177, in
main()
F…
-
I would like to know the source of mathematical calculations behind the implementation of compute_target_rbox in geo_target.py. I also have gone through the various papers such as RRPN_plusplus , R…
-
There are quite a few files in https://github.com/yangJirui/RRPN_FPN_Tensorflow/search?q=license which have an Apache-2.0 license header.
Is the entire repo under Apache 2.0?
If so, a LICENSE fi…
-
https://github.com/mjq11302010044/RRPN_pytorch/blob/35fc6850963a4d0ba388f25528e1d8fc2e0773c1/maskrcnn_benchmark/structures/rboxlist_ops.py#L131
-
执行测试demo/RRPN_Demo.py
错误提示:
No module named rotate_polygon_nms
-
I am trying to use your code to replicate the training process with my custom dataset. I am using the VGG16 as back end. I get the following error as mentioned below
I0120 19:31:06.732738 15049 sol…
-
Here is how the dota is converted to the data format required by RRPN. Is the angle parameter this code conversion?
-
File "../RRPN_pytorch/maskrcnn_benchmark/structures/bounding_box.py", line 197, in __getitem__
bbox = RBoxList(self.bbox[item], self.size, self.mode)
RuntimeError: CUDA error: invalid device f…