FastSAM icon indicating copy to clipboard operation
FastSAM copied to clipboard

Fast Segment Anything

Results 175 FastSAM issues
Sort by recently updated
recently updated
newest added

error occurs when using inference demo Traceback (most recent call last): File "*****************************/FastSAM/Inference.py", line 122, in main(args) File "*****************************/FastSAM/Inference.py", line 76, in main model = FastSAM(args.model_path) ^^^^^^^^^^^^^^^^^^^^^^^^ File "*****************************/FastSAM/ultralytics/yolo/engine/model.py", line...

The training code of this model seems to call YOLO for training. Shouldn't the trained model be a YOLOv8n-seg type model, rather than a FastSAM type model? see this from...

Is there any way to quickly obtain 1/50 of the SA-1B training data?

I want to convert FastSAM-s.pt or FastSAM-x.pt to torchscript format However, the conversion process does not seem simple. If I convert using the Tracing method, I cannot input the existing...

自己训练的时候,需要yaml文件,也就是说自己重新训练的模型是有"类别"的?官方提供的预训练模型难道也是有"类别"的吗?