YOLO_v3_tutorial_from_scratch icon indicating copy to clipboard operation
YOLO_v3_tutorial_from_scratch copied to clipboard

Train

Open davidleitw opened this issue 5 years ago • 3 comments

Hello, i am a student come from Taiwan, i expectation the train code, please><

davidleitw avatar Apr 06 '19 03:04 davidleitw

Do you solve the problem?

SSJIACV avatar Jun 06 '19 02:06 SSJIACV

@davidleitw @SSJIACV PyTorch YOLOv3 training is as easy as this in https://github.com/ultralytics/yolov3. You can even run this directly in our Colab Notebook.

git clone https://github.com/ultralytics/yolov3  # clone
bash yolov3/data/get_coco_dataset_gdrive.sh  # copy COCO2014 dataset (20GB)
cd yolov3
python3 train.py  # train :)

glenn-jocher avatar Aug 03 '19 14:08 glenn-jocher

@davidleitw @SSJIACV PyTorch YOLOv3 training is as easy as this in https://github.com/ultralytics/yolov3. You can even run this directly in our Colab Notebook.

git clone https://github.com/ultralytics/yolov3  # clone
bash yolov3/data/get_coco_dataset_gdrive.sh  # copy COCO2014 dataset (20GB)
cd yolov3
python3 train.py  # train :)

thank you

SSJIACV avatar Oct 15 '19 07:10 SSJIACV