Closed ramdrop closed 2 years ago
I think the problem comes from the validation step. No transformation is defined in the conf file. Can you try this conf file ?
The command
poetry run python train.py task=registration models=registration/ms_svconv_base model_name=MS_SVCONV_B2cm_X2_3head data=registration/fragment3dmatch_sparse training=sparse_fragment_reg tracker_options.make_submission=True training.epochs=200 eval_frequency=10
Thanks very much, it works. But I am a bit confused: in the paper you said
to generate these point clouds, we use TSDF fusion from 50 depth images
but this data configuration leads to a data preprocessing which uses 101 frames to compose a fragment.
The command
poetry run python train.py task=registration models=registration/ms_svconv_base model_name=MS_SVCONV_B2cm_X2_3head data=registration/fragment3dmatch_sparse training=sparse_fragment_reg tracker_options.make_submission=True training.epochs=200 eval_frequency=10
Do I understand it right?
Yes, you are right. I changed the configuration file to use 50 frames to compose a fragment, I did not update the conf file
Hello, when running
I encountered the following error after 10 epochs of training:
My system configuration:
Do you have any idea how to solve it?