suliangxu

Results 5 comments of suliangxu

> ![image](https://private-user-images.githubusercontent.com/63183546/299916165-acbf7fab-dbc5-4345-b1bd-1c02f94708c4.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MDYyNTc1MjcsIm5iZiI6MTcwNjI1NzIyNywicGF0aCI6Ii82MzE4MzU0Ni8yOTk5MTYxNjUtYWNiZjdmYWItZGJjNS00MzQ1LWIxYmQtMWMwMmY5NDcwOGM0LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNDAxMjYlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjQwMTI2VDA4MjAyN1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTlkNDA0MDFkNDNiODdlYjUwZDFmZTg1MmExN2MzZDIyNDk5NTBkMDc3NWZkZDI1NWM5NjZlZDliODUyZDMxZDAmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0JmFjdG9yX2lkPTAma2V5X2lkPTAmcmVwb19pZD0wIn0.SkfWMOxQVRuhrHNYuG-NHtj4CsgTgM_U5c5NvauKjhs) you can get the training code at this link https://github.com/CASIA-IVA-Lab/FastSAM/releases/tag/v0.0.2

I can successfully train the model with the above-mentioned training code. And the contents of `train_sa.py` are: ``` from ultralytics import YOLO model = YOLO(model="./FastSAM.pt") # the path of the...

> Hello @suliangxu, > > Thank you for opening this issue and your useful comments. Using the training and validation codes released, I have been trying to train the FastSAM...

> > > Hello @suliangxu, > > > Thank you for opening this issue and your useful comments. Using the training and validation codes released, I have been trying to...