You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I might be wrong, but I think several hardcoded variables should have been passed in through the config file. e.g. in the following example, the min_pts_num=50 should have been passed in via the cluster_npoint_thre: 50 in the config file.
This took me quite a moment, as small objects with fewer than 50 points were missing in the outputs, even if I turned cluster_npoint_thre in the config file to 5 : )
The text was updated successfully, but these errors were encountered:
Hi!
Thanks for open sourcing this amazing work!
I might be wrong, but I think several hardcoded variables should have been passed in through the config file. e.g. in the following example, the
min_pts_num=50
should have been passed in via thecluster_npoint_thre: 50
in the config file.DyCo3D/model/pointgroup/pointgroup.py
Lines 574 to 576 in 17d22c2
This took me quite a moment, as small objects with fewer than 50 points were missing in the outputs, even if I turned cluster_npoint_thre in the config file to 5 : )
The text was updated successfully, but these errors were encountered: