-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Perform Instance Segmentation on a single .ply file. #67
Comments
I'm still confused after reading through those previous issues. Are you saying its not possible to perform inference using the model weights you've already provided? I don't want to train or test the model extensively, I only need to perform small inference. |
It is possible. You can simply do smth like |
Where does |
mmengine.registry.build_functions.build_model_from_cfg |
Hi!
I'm a bit confused with the readme and not sure how to proceed. I'm trying to use this model for a school project, how can I adapt this repository to perform semantic instance segmentation on a single .ply file.
The text was updated successfully, but these errors were encountered: