Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

vietnguyennn0705
/
highway-vehicle-detection-code

Object Detection
ultralytics
computer-vision
yolov8
vehicle-detection
traffic-analysis
highway-monitoring
Model card Files Files and versions
xet
Community

Instructions to use vietnguyennn0705/highway-vehicle-detection-code with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • ultralytics

    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)
  • Notebooks
  • Google Colab
  • Kaggle
highway-vehicle-detection-code / training_runs
1.16 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 55 commits
Nguyễn Quốc Việt
Upload complete project: training runs, finetune dataset, and configs
0227ad3 verified 8 months ago
  • stage1_smart
    Upload training_runs/stage1_smart/weights/last.pt with huggingface_hub 8 months ago
  • stage2_improved
    Upload training_runs/stage2_improved/labels.jpg with huggingface_hub 8 months ago
  • yolov8m_stage1_smart
    Upload complete project: training runs, finetune dataset, and configs 8 months ago
  • yolov8m_stage2_improved
    Upload complete project: training runs, finetune dataset, and configs 8 months ago