taugeren / PointOBB-v2

Official Repo of "PointOBB-v2: Towards Simpler, Faster, and Stronger Single Point Supervised Oriented Object Detection"
Apache License 2.0
19 stars 0 forks source link

How to select the Hyperparameters 'thresh3' in configs/pointobbv2/generate_pseudo_label_xx.py #3

Open ZhuHaoranEIS opened 1 week ago

ZhuHaoranEIS commented 1 week ago

When I deploy the pointobb-v2 on other dataset, how can i choose the thresh3? I would appreciate it if the author could provide some guidance.

ZhuHaoranEIS commented 1 week ago

After reviewing, I realized that this hyperparameter wasn't actually used. But there are other hyperparameters such as pca_length=20, multiple_factor=1/4. Could you provide some guidance? Thank you for your excellent work!

taugeren commented 1 week ago

Only the 'pca_length' is actually used. When 'pca_length' is set to 20, it represents a length of 20 pixels in the original images, which corresponds to 5 pixels in the CPM (due to a stride of 4).