mcahny / object_localization_network

Learning Open-World Object Proposals without Learning to Classify
Apache License 2.0
193 stars 26 forks source link

whether the code about iou sample is released #13

Open eternaldolphin opened 1 year ago

eternaldolphin commented 1 year ago

image but the code of OlnRPNHead shows that the iou sample is not used, as the function get_target return to the objectness_targets_list and objectness_weights_list without sample image

vedrocks15 commented 1 year ago

I think they are using the IoU sample of 256 instances in the train_cfg function :

Screenshot 2023-02-16 at 2 16 12 PM

Correct me if I am wrong, because I am trying to use this approach for a new dataset.