zju3dv / NeuralRecon

Code for "NeuralRecon: Real-Time Coherent 3D Reconstruction from Monocular Video", CVPR 2021 oral
https://zju3dv.github.io/neuralrecon/
Apache License 2.0
2.03k stars 294 forks source link

Error when trying to convert to onnx #125

Open scutzetao opened 1 year ago

scutzetao commented 1 year ago

Hi team:

Has anyone tried to convert the NeuralRecon model to onnx format? I remove the DataParallel before conversion (the DataParallel is reported to cause onnx exportion problem) but still facing errors like: "RuntimeError: 0 INTERNAL ASSERT FAILED at "/opt/conda/conda-bld/pytorch_1656352657443/work/torch/csrc/jit/ir/alias_analysis.cpp":608, please report a bug to PyTorch. We don't have an op for aten::eq but it isn't a special case. Argument types: Tensor, bool,"

440981 commented 1 year ago

Have you solved it? I also tried to pour onnx failed