ADOP icon indicating copy to clipboard operation
ADOP copied to clipboard

Train issue: point_cloud_cuda->t_normal.defined()

Open amoazeni75 opened this issue 2 years ago • 0 comments

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?

amoazeni75 avatar Aug 24 '22 19:08 amoazeni75