WongKinYiu / yolov7

Implementation of paper - YOLOv7: Trainable bag-of-freebies sets new state-of-the-art for real-time object detectors
GNU General Public License v3.0
13.01k stars 4.12k forks source link

AWS training might be training YOLOR models #640

Open nick-konovalchuk opened 1 year ago

nick-konovalchuk commented 1 year ago

I can't test if it's true, but this line makes me feel something is wrong https://github.com/WongKinYiu/yolov7/blob/44d8ab41780e24eba563b6794371f29db0902271/utils/aws/userdata.sh#L10

WongKinYiu commented 1 year ago

You may need do some modification, for example

  git clone -b main https://github.com/WongKinYiu/yolov7 && sudo chmod -R 777 yolov7
  cd yolov7
  bash scripts/get_coco.sh && echo "Data done." &
nick-konovalchuk commented 1 year ago

@WongKinYiu Please, check https://github.com/WongKinYiu/yolov7/pull/639. I'm willing to update yolor to yolov7 everywhere where I find it, but I need your opinion on some default arguments