PROB
PROB copied to clipboard
[CVPR 2023] Official Pytorch code for PROB: Probabilistic Objectness for Open World Object Detection
Hi Orr, I have a couple thoughts on the final prediction and would love to hear your thoughts. If I understand things correctly the C+1 logit of the classification head...
Dear orr, Thanks for your opening code again, but when I use this code, I found a question about exemplar_replay_prev_file. When I finish the code PY_ARGS=${@:1} python -u main_open_world.py \...
Objective: I am trying to perform direct inference without training the model After setting up the environment and installing all dependencies,also I had made some changes required to run this...
Dear orrzohar, hello: First of all, thank you for making the model open source and other work. I encountered some issues while reproducing the PROB model. I configured the environment...
In the PROB model, I noticed two modules, 'ProbObjectnessHead' and 'FullProbObjectnessHead'. I have two questions: 1. Only the former is used, but I believe the latter is more in line...
Hello author, thank you for your work. When I was downloading and processing the VOC and COCO datasets, I ended up with a final number of images: 150,375, and the...