ziqi-jin / finetune-anything

Fine-tune SAM (Segment Anything Model) for computer vision tasks such as semantic segmentation, matting, detection ... in specific scenarios
MIT License
791 stars 56 forks source link

Finetuning with Customized Dataset #37

Open metin-yat opened 1 year ago

metin-yat commented 1 year ago

It's not a issue but I want to do a segmentation on point clouds and I have a .laz files for finetuning sam model. So, basically I should create a customized dataset for that but couldn't understand it properly. Can you explain it step-by-step how to finetune with customized dataset?

ziqi-jin commented 1 year ago

Currently, FA does not support custom datasets for point cloud data. If you need custom datasets for semantic segmentation, you can refer to this file to organize your data