fabiopoiesi / dip

Project page of the paper "Distinctive 3D local deep descriptors" accepted in IEEE International Conference on Pattern Recognition 2020.
65 stars 4 forks source link

Loss does not decrease? #4

Closed tangbohu closed 3 years ago

tangbohu commented 3 years ago

In my experiments, the loss remains to be around 0.8-1.1 even after 300k iterations. Is it right?

fabiopoiesi commented 3 years ago

Yes, it is possible. Do you have some tensorboard plots? If you are interested, we are now using different training parameters to learn faster.

tangbohu commented 3 years ago

Thanks @fabiopoiesi ! I am very interested in this work. I have visualized the tensorboard, it seems OK. But if you have different training parameters, would you mind sharing with us? Besides, could you share us the test codes to get the results reported in table 1 and 2 of the paper.

Thanks again for your kind reply!

fabiopoiesi commented 3 years ago

Some tips:

For the second request, I'll get back to you soon.

tangbohu commented 3 years ago

Thanks! I am looking forward to seeing the evalution codes.

tangbohu commented 3 years ago

Dear @fabiopoiesi , I wonder whether the test codes are available now?

fabiopoiesi commented 3 years ago

I haven't had time yet. But the code for Tab. 1 is already there, have you checked the file benchmark_3dmatch_pre.py? For Tab. 2, I have to prepare it.

tangbohu commented 3 years ago

Thanks. I will try it first.

fabiopoiesi commented 3 years ago

Have you had chance to try it?

wenli4313 commented 3 years ago

In my experiments, the loss remains to be around 0.8-1.1 even after 300k iterations. Is it right?

Hello,How do you get the final_chkpt.pth?Thank you very much.