You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
<#39 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/APAFTJQ2HG65A2TEBP5DSVTVHD7HFANCNFSM5Q6TAPCA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
Activity
Vaishali-Nimilan commentedon Apr 25, 2022
Nathan-Faganello commentedon Apr 27, 2022
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 commentedon Apr 27, 2022
zyh10355 commentedon Dec 29, 2023
Are you sure you successfully trained the fcgf model?