EyGy
EyGy
Hi there @pallavimohansaab and @CodeMonkey3435 did you manage to solve this by now? I am currently stuck at this very issue and would be more than happy to read about...
Thank you for the answer! I am hard stuck for 2 days on trying to get my custom MaskRCNN running in openCV and hoped going over onnx would be a...
Have a look at my answer for #21 did you try lowering the values for remove_outliers_nb_points and remove_outliers_radius? Perhaps the outlier removal steps are not correctly configured to match your...
@park-dea Well if you get 0 using the synthetic FruitNerf Dataset and the respective parameters out of the "config_synthetic.py" that is strange, unexpected behavior. Without access to your code this...
This is likley because you used a wrong MS Visual Studio Version. Removing everything ( deinstall MS Visual Studio and Cuda toolkit completly) and start from scratch: Then follow those...
Hi @IceIce1ce , have a look at https://github.com/meyerls/FruitNeRF/issues/21#issuecomment-2453100803 this is likely caused by your trimesh version. downgrading with `pip install trimesh==4.4.7` should solve this issue!
> The final clustering result after modification is still 0. Try adjusting the params for downsampling/cleaning _remove_outliers_nb_points_ and _remove_outliers_radius_ are based on https://www.open3d.org/docs/latest/tutorial/Advanced/pointcloud_outlier_removal.html#Radius-outlier-removal and depending on the scale of your...
Bump for visibility! I went through the same nightmare (only that it took me way longer then 48 hours to solve). Posted about this few weeks ago: #3600 The official...