yolov5 applying transformer layer
python train.py --data data.yaml --cfg config.yaml --weights '' --batch-size 64
python detect.py --source video.mp4 --weights weights.pt --conf 0.25
python track.py --source video.mp4 --weights weights.pt --conf 0.25