Closed Jemmagu closed 3 years ago
Hello.
detect.py
flags, image resolution, etc)? Going back to the remark in section 4.3 of our paper, DISK ran without limiting feature numbers yields 60k+ detections (which mostly are correctly triangulated into landmarks), more than 4x that of other methods.Hi @jatentaki , for the fourth question, i mean in the inference time, for 640*480 images, i can extract about 2.5k~3.5k keypoints without limiting feature numbers (just using detect.py), and matches quite good. This is quite good because less keypoints can also work well. So i'm quite interested what's the major reason/strategy. Is it because of the grid strategy during training, or actually you didn't mean to reduce the kpt number in inference time, and disk just learned a differentiable score map?
For 640*480 I think it's probably mostly the lack of multi-scale extraction. That said, it's difficult to comment without knowing the specifics of the dataset.
Hi, @jatentaki Thank you for your great work! I have some further questions:
Seems many questions...however, really looking forward to your reply. Thanks a lot in advance!