Open Maritime-Moon opened 2 months ago
Most of them inherit from the library maskrcnn for detection and segmentation. We only added configs/DRM_e2e_relation_X_101_32_8_FPN_1x.yaml
for training our model.
When I run the relation_train_net.py, I get an error:
E:\anaconda\envs\DRM\python.exe E:\learn_code\DRM-main\tools\relation_train_net.py
Traceback (most recent call last):
File "E:\learn_code\DRM-main\tools\relation_train_net.py", line 22, in
Can you provide information about _C.nms?
This error appears to be caused by compiling this repo uncorrectly, you need to carefully follow INSTALL.md to install this code step by step, especially the last command python setup.py build develop
.
Can you tell me the difference between the config files under the configs folder?