Views
No views yet
huggingface_hub to download the model using Python.pip install huggingface_hubfrom huggingface_hub import hf_hub_download
hf_hub_download(repo_id="loreleva/yolov8",
filename="yolov8n-seg/tensorrt/yolov8n-fp32-imgsz640.engine",
local_dir="/path/to/dir")