Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

argoverse_hd.yaml 848 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
  1. # Argoverse-HD dataset (ring-front-center camera) http://www.cs.cmu.edu/~mengtial/proj/streaming/
  2. # Train command: python train.py --data argoverse_hd.yaml
  3. # Default dataset location is next to YOLOv5:
  4. # /parent_folder
  5. # /argoverse
  6. # /yolov5
  7. # download command/URL (optional)
  8. download: bash data/scripts/get_argoverse_hd.sh
  9. # train and val data as 1) directory: path/images/, 2) file: path/images.txt, or 3) list: [path1/images/, path2/images/]
  10. train: ../argoverse/Argoverse-1.1/images/train/ # 39384 images
  11. val: ../argoverse/Argoverse-1.1/images/val/ # 15062 iamges
  12. test: ../argoverse/Argoverse-1.1/images/test/ # Submit to: https://eval.ai/web/challenges/challenge-page/800/overview
  13. # number of classes
  14. nc: 8
  15. # class names
  16. names: [ 'person', 'bicycle', 'car', 'motorcycle', 'bus', 'truck', 'traffic_light', 'stop_sign' ]
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...