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
Hi @Hippogriff , thanks for sharing your work and code.
Now, I 'm trying to test ParSeNet in my own dataset. I found that your network need normal, primitive and cluster_id which is directly get from h5 files. So, If I want to train and test your network in my own dataset, how can I get those data(normal, primitive and cluster_id).
Thanks in advance.