Open ALEEEHU opened 11 months ago
I've got this error when training the SuGaR model.
I solved it by hardcorely chaning this line in refine.py ply_path = os.path.join(source_path, "points3d.ply") # line 288
ply_path = os.path.join(source_path, "points3d.ply") # line 288
I suggest that the path of the code can be clearer.
I've got this error when training the SuGaR model.
I solved it by hardcorely chaning this line in refine.py
ply_path = os.path.join(source_path, "points3d.ply") # line 288
I suggest that the path of the code can be clearer.