Skip to content

qwerlarlgus/parking_lot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

parking_lot

Object Detection: parking_lot

object tracking

YoloV5

!python train.py --img 320 --batch 16 --epochs 30 --data '../data.yaml' --cfg ./models/custom_yolov5s.yaml --weights yolov5s.pt --name yolov5s_results --cache --hyp hyp.finetune.yaml

input image size 320

model yolov5s.pt - transfer learning train.py: freeze = ['model.%s.' % x for x in range(24)]

References

  1. https://github.com/fabiocarrara/deep-parking

  2. https://www.kaggle.com/blanderbuss/parking-lot-dataset

  3. https://www.kaggle.com/ultralytics/yolov5-ultralytics - yolov5

  4. https://github.com/ifzhang/FairMOT - FairMOT

Releases

No releases published

Packages

No packages published

Languages