ADOP
ADOP copied to clipboard
Train issue: point_cloud_cuda->t_normal.defined()
Hi,
In the training step, I face this error:
Assertion 'point_cloud_cuda->t_normal.defined() || !params->render_params.check_normal' failed!
File: /home/samp8/projects/ADOP/src/lib/data/NeuralScene.cpp:28
Function: NeuralScene::NeuralScene(std::shared_ptr<SceneData>, std::shared_ptr<CombinedParams>)
[1] 130030 IOT instruction (core dumped) ./build/bin/adop_train --config configs/train_lego.ini
I used Colmap 3.7 to generate ".ply" file as well. Could you please help me to solve the issue?