Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 1.77 KB

README.md

File metadata and controls

33 lines (23 loc) · 1.77 KB

YoloV4-Detection_Russian_Plates

Rus

Готовый ноутбук для обучения нейросети на основе YoloV4 используя colab. Для использования нужно всего лишь запустить полностью ноутбук.

Можно использовать свои данные, но тогда нужно поменять конфигурационные файлы такие, как:

  1. obj.data
  2. obj.names
  3. yolov4-obj.cfg

А так же сами данные в папках obj и test.

Так же имеется уже обученные веса на этих данных в папке BackupYolo(google drive).

Строго рекомендуется хранить так же папку Backup на google диске, т.к Colab может использоваться максимум 12 часов и в случае чего вы могли продолжить обучение с последней точки.

Eng

Ready notebook for training a neural network based on YoloV4 using colab. To use it you just need to run the whole notebook.

You can use your own data, but then you need to change the configuration files such as:

  1. obj.data
  2. obj.names
  3. yolov4-obj.cfg

As well as the data themselves in folders obj and test.

Also there are already trained weights on these data in the folder BackupYolo(google drive).

It is strictly recommended to keep the Backup folder on google drive as well, because Colab can be used for a maximum of 12 hours and in case of emergency you can continue training from the last point.