segment-anything icon indicating copy to clipboard operation
segment-anything copied to clipboard

how to add myself datasets and train it

Open xiong96 opened this issue 2 years ago • 6 comments
trafficstars

could you please tell me how to add myself datasets and train it

xiong96 avatar Apr 09 '23 15:04 xiong96

same question, how to train myself interest model ? if we already have lot of pictures

timiil avatar Apr 10 '23 01:04 timiil

Because the SAM can easily segment the objects already, train (fine tune) the model is just looking for the speed up the predict time and reduce the model size.
So, if we have some scripts use the common SAM model to segment and label the objects, auto train the sub dataset, is that will be possible ?

timiil avatar Apr 11 '23 02:04 timiil

Because the SAM can easily segment the objects already, train (fine tune) the model is just looking for the speed up the predict time and reduce the model size. So, if we have some scripts use the common SAM model to segment and label the objects, auto train the sub dataset, is that will be possible ?

same question

WYQ-Github avatar Apr 11 '23 14:04 WYQ-Github

working on this too

Geoyi avatar Apr 12 '23 17:04 Geoyi

#232 #5

kampelmuehler avatar Apr 20 '23 10:04 kampelmuehler