Skip to content

Latest commit

 

History

History

dnn_training

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

DNN Training

This folder contains the tools to train the neural networks used by T-Top.

Notes

The descriptor_yolo_v7 network is training with https://github.com/mamaheux/descriptor-yolov7.

Folder Structure

Setup

  1. Setup the Python virtual environment.
python3 -m venv venv
source venv/bin/activate
pip install numpy
pip install -r requirements.txt
  1. Show the help of the script :
python script.py -h
  1. Use the script according to the help :
python script.py ...