romi / plant-3d-vision

Reconstruct a 3D digital twin of the plant from pictures (RGB images) and quantify its phyllotaxis.
https://docs.romi-project.eu/plant_imager/
GNU Lesser General Public License v3.0
5 stars 1 forks source link

Add an OrganSegmentation task #139

Closed jlegrand62 closed 3 years ago

jlegrand62 commented 3 years ago

It uses a DBSCAN clustering method on the segmented point cloud to detect organs.

jlegrand62 commented 3 years ago

Can be tested with:

romi_run_task OrganSegmentation database_jcharlaix/scans_reconstructed/arabido_test2_ml/ --config configs/ml_pipe_vplants_4.toml
jlegrand62 commented 3 years ago

Example of clustering on PEDICEL (left) & FRUIT (right): Capture d’écran de 2020-11-18 19-32-39

fabfabBesnard commented 3 years ago

For clarity, I prefer adding some information (correct me if I am wrong):

fabfabBesnard commented 3 years ago

Note before merging: edit the romiscan/config/ml_pipe_full.toml with new task

jlegrand62 commented 3 years ago

Note before merging: edit the romiscan/config/ml_pipe_full.toml with new task

Maybe I should wait to test OrganSegmentation for repeatability against ClusteredMesh and prove its more robust?!

jlegrand62 commented 3 years ago

I have this robustness_comparison script ready in a branch that should be quickly mergeable with this one!