Hi author, when I run your clustering code after finishing training FruitNeRF model, an error happened:
Traceback (most recent call last):
File "clustering/run_clustering.py", line 97, in
clustering = Clustering(remove_outliers_nb_points=Baum['remove_outliers_nb_points'],
File "clustering/run_clustering.py", line 44, in init
self.fruit_alpha_shape = self.fruit_alpha_shape_.as_open3d.sample_points_uniformly(1000)
AttributeError: 'Trimesh' object has no attribute 'as_open3d'
Can you check your code again?
Hi author, when I run your clustering code after finishing training FruitNeRF model, an error happened:
Traceback (most recent call last):
File "clustering/run_clustering.py", line 97, in
clustering = Clustering(remove_outliers_nb_points=Baum['remove_outliers_nb_points'],
File "clustering/run_clustering.py", line 44, in init
self.fruit_alpha_shape = self.fruit_alpha_shape_.as_open3d.sample_points_uniformly(1000)
AttributeError: 'Trimesh' object has no attribute 'as_open3d'
Can you check your code again?