-
hi:
When I ran train_net.py, I got the error(ImportError: cannot import name '_C') . But using the terminal command, it works well. What should I do to fix the problem. Thanks a lot!
Traceb…
-
-
when I run code python setup.py build develop,there is a question occur.
the main error information on below:
LINK : fatal error LNK1181: 无法打开输入文件“E:\cslg\drone_object_detection\BorderDet-master\b…
-
## ❓ Questions and Help
Hello, thanks for your project sharing.
I have read into your py files, however, I am confused about the parameter **make_width_larger**, in the anchor_generator.py,
Can …
-
In the get_ground_truth of the RRPN_output section, this error occurred when calculating the iou.
```
Traceback (most recent call last):
File "main.py", line 72, in
loss_dict = model(data)
…
-
I followed the option1 of install.md file step by step. But now this problem has arisen, I don't know how to solve it, can you help me?
The following is Traceback
```
Traceback (most recent call …
-
This is really a good work, but i still have some question?
First, can you give me some suggestions about use this model with FPN, i just replace the config with:
`MODEL:
META_ARCHITECTURE: "RRPN…
ztyxd updated
5 years ago
-
-
I use this code to train my own dataset, I used to use the facebook maskrcnn-benchmark and the speed is about 20 ours when traning 180000 iteration, but in this code , i train the rrpn with
`MODEL…
ztyxd updated
5 years ago
-
Hello,
In your paper the Algorithm 2 states that you do max pooling over a single region fro an inclined proposal to a point in the RROI. In the original caffe repo is implemented as max pooling.
…