简体   繁体   中英

How can train YOLOV3 with Stanford Drone Dataset?

I want to train my YOLOV3 with Stanford Drone Dataset but IDK how can do it. Someone has any idea?

Stanford Drone Dataset: http://cvgl.stanford.edu/projects/uav_data/

You can use AlexeyAB repository to annotate your data accordingly. There is a tool called YOLO_mark there which you can use to draw bounding boxes around objects. In the dataset you mentioned, seems like the data is already annotated. If so, you can use matlab or any other tool to convert the annotation formats to the format of YOLO, which is relative values of each box coordinates:

<object-class> <x_center> <y_center> <width> <height>

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM