Upload training_runs/yolov8m_stage2_improved/val_batch2_pred.jpg with huggingface_hub 5c8b50a 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)