Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
MobvxtR
/
MbModel
like
0
Image Segmentation
English
clothes
instance
segmentation
computer
vision
License:
openrail
Model card
Files
Files and versions
Community
3750e3b
MbModel
/
utils
/
model_loader.py
MobvxtR
Create model_loader.py
da6a2fa
verified
5 months ago
raw
Copy download link
history
blame
225 Bytes
from
huggingface_hub
import
hf_hub_download
def
load_model
():
model_path = hf_hub_download(
repo_id=
"your-username/your-repo"
,
filename=
"best.pt"
,
revision=
"main"
)
return
YOLO(model_path)