chrischoy / DeepGlobalRegistration

[CVPR 2020 Oral] A differentiable framework for 3D registration
Other
468 stars 85 forks source link

Infinity Error #39

Open Vaishali-Nimilan opened 2 years ago

Vaishali-Nimilan commented 2 years ago

Hello,

Thanks for sharing the code. The network runs into an infinity error every time I train the network. I use the same parameters and the same dataset as the initial code. Could you please say how I can prevent it? Thanks in advance.

Regards, Vaishali Nimilan

Vaishali-Nimilan commented 2 years ago

Hey,

I was not able to find a solution despite various efforts. I have no response from the author as well.

Regards, Vaishali

On Mon, Apr 25, 2022 at 3:48 PM Nathan-Faganello @.***> wrote:

Hello,

I have the same problem. Did you find a solution ?

Regards,

Nathan F.

— Reply to this email directly, view it on GitHub https://github.com/chrischoy/DeepGlobalRegistration/issues/39#issuecomment-1108603585, or unsubscribe https://github.com/notifications/unsubscribe-auth/APAFTJXAAHXJ3EW27QFSA63VG2PELANCNFSM5Q6TAPCA . You are receiving this because you authored the thread.Message ID: @.***>

Nathan-Faganello commented 2 years ago

Hello,

I don't know if you do but I just realized I wasn't using his command line to run the training :

./scripts/download_3dmatch.sh /path/to/3dmatch export THREED_MATCH_DIR=/path/to/3dmatch; FCGF_WEIGHTS=/path/to/fcgf_3dmatch.pth ./scripts/train_3dmatch.sh

I think it solved the problem for me.

Regards,

Nathan F.

Vaishali-Nimilan commented 2 years ago

Hello,

I used his command only for training. I still have the issue. I am not sure how the command is related to the error. Let me know if you figure it out.

Thank you Regards, Vaishali Nimilan

On Wed, Apr 27, 2022, 11:03 AM Nathan-Faganello @.***> wrote:

Hello,

I don't know if you do but I just realized I wasn't using his command line to run the training :

./scripts/download_3dmatch.sh /path/to/3dmatch export THREED_MATCH_DIR=/path/to/3dmatch; FCGF_WEIGHTS=/path/to/fcgf_3dmatch.pth ./scripts/train_3dmatch.sh

I think it solved the problem for me.

Regards,

Nathan F.

— Reply to this email directly, view it on GitHub https://github.com/chrischoy/DeepGlobalRegistration/issues/39#issuecomment-1110751728, or unsubscribe https://github.com/notifications/unsubscribe-auth/APAFTJQ2HG65A2TEBP5DSVTVHD7HFANCNFSM5Q6TAPCA . You are receiving this because you authored the thread.Message ID: @.***>

zyh10355 commented 8 months ago

Are you sure you successfully trained the fcgf model?