Upload finetune_dataset/README.roboflow.txt with huggingface_hub 3e1f5c3 verified
Nguyễn Quốc Việt commited on
How to use vietnguyennn0705/highway-vehicle-detection-code with ultralytics:
from ultralytics import YOLOvv8
model = YOLOvv8.from_pretrained("vietnguyennn0705/highway-vehicle-detection-code")
source = 'http://images.cocodataset.org/val2017/000000039769.jpg'
model.predict(source=source, save=True)