-
When I run test of task1, with using the model_final.pth, it comes out "AttributeError: Cannot find field 'logits' in the given Instances!" The whole error log are as follows:
[09/12 01:27:41 d2.dat…
-
The multiplication mentioned in the paper in "For class prediction, the learned objectness probability multiplies the classification probabilities to produce the final class predictions" is reflected …
-
Thanks for your great work. I try to integrate prob-OWOD to 3D domains, but I am confronted with one problem. After training the cls reg branch produces the known categories between [-3,0], and the un…
-
When I run this command: (It is a test command)
python tools/train_net.py --num-gpus 4 --eval-only --config-file ./configs/OWOD/t1/t1_test.yaml SOLVER.IMS_PER_BATCH 4 SOLVER.BASE_LR 0.005 OUTPUT_DIR …
-
I noticed that you do not use the top 5 pseudo-labels (which are not overlapping with the ground truth) to train the unknown detection.
Could you please tell me why? Because most of the OWOD methods …
-
Thank you for your nice paper. But I don't know how to conduct incremental object detection.
- According to the open world setting. When the model labels sufficient unknown classes, the model will…
-
Hello, thanks for your wonderful works!
When I run run.sh, I encounter this problem:
No such file or directory: './data/OWOD/ImageSets/TOWOD/PROB_V1/learned_owod_t4_ft.txt'
and
subprocess.CalledP…
-
首先,感谢作者作出的重大贡献。作者可能看不懂中文,没关系,自我吐槽下好了。
我已经在rtx3090上把环境装好了,数据也在谷歌云盘上下载好了,测试过可以进行训练。万事俱备,只欠东风。
我现在困惑的是不知道怎么去根据作者提供的数据集进行训练。我对这些数据怎么分组,怎么训练,为何这么分组,以及怎么使用自己的数据进行训练等等这些问题都十分困惑。
我看了一些issues, 发现好多人都存在数据训练上…
-
Hi @JosephKJ ,I've trained a model which can detect known objects for my own dataset,but it can not detect unknown objects . I want to know what training procedure i should follow for my own dataset (…
-
/Desktop/ORE/OWOD-master$ python tools/train_net.py --num-gpus 4 --config-file ./configs/PascalVOC-Detection/iOD/ft_19_p_1.yaml SOLVER.IMS_PER_BATCH 8 SOLVER.BASE_LR 0.005
Command Line Args: Namespac…