Upload training_logs/stage2_val_batch0_pred.jpg with huggingface_hub 56b9409 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)