Please could you post the versions of the python packages you used for this project? I've managed to train a model but I'm getting a few errors when I try to run predict_eval.py --eval_split=test.
It was complaining that open3d has no attribute PointCloud which I assume must mean I am using the wrong version.
Hi Eldar,
Please could you post the versions of the python packages you used for this project? I've managed to train a model but I'm getting a few errors when I try to run
predict_eval.py --eval_split=test
.It was complaining that
open3d has no attribute PointCloud
which I assume must mean I am using the wrong version.