Closed ImaneTopo closed 4 months ago
Does #54 help?
Does #54 help?
I cannot work with the pretrained on the scannet, because I want to train the model on the s3dis from the scratch in order to work with it in another task because my original dataset format is similar to the s3dis ( X Y Z RGB).
I think, all of our datasets are (x, y, z, rgb). So why not to start from pre-trained checkpoint? If you don't want to do it, just delete the load_from
parameter from config file.
I think, all of our datasets are (x, y, z, rgb). So why not to start from pre-trained checkpoint? If you don't want to do it, just delete the
load_from
parameter from config file.
My task for the segmentation is related to agriculture (specifically fruits count) so I'm not working on indoor, for that reason I choose to train the model from the scratch with my own data prepared that it's format is simalar to S3DIS.
I think, all of our datasets are (x, y, z, rgb). So why not to start from pre-trained checkpoint? If you don't want to do it, just delete the
load_from
parameter from config file.My task for the segmentation is related to agriculture (specifically fruits count) so I'm not working on indoor, for that reason I choose to train the model from the scratch with my own data prepared that it's format is simalar to S3DIS.
just delete the
load_from
parameter from config file
Does this answers your question?
just delete the
load_from
parameter from config fileDoes this answers your question?
Thank you for your response. So this change will not influence the precisions?
Hard to say anything about your dataset, as we only tried for indoor environments. On S3DIS this pre-training brings quite some improvement in accuracy, because the dataset is very small.
I think, all of our datasets are (x, y, z, rgb). So why not to start from pre-trained checkpoint? If you don't want to do it, just delete the
load_from
parameter from config file.My task for the segmentation is related to agriculture (specifically fruits count) so I'm not working on indoor, for that reason I choose to train the model from the scratch with my own data prepared that it's format is simalar to S3DIS.
- my task is for instance segmentation of fruits on trees.
We are similar dataset
Hello, I want to train the model on the s3dis dataset from the scrath, is ti possible and how?