Skip to content

Latest commit

 

History

History
17 lines (16 loc) · 472 Bytes

README.md

File metadata and controls

17 lines (16 loc) · 472 Bytes

Structure

hardhat_detection_model/
      ├── README.md
      ├── requirements.txt
      ├── data_gathering/
      │          ├── base_data.py
      │          └── inference_data.py
      ├── training/
      │          ├── train_test_split.py
      │          └── train.py
      ├── inference/
      │          └── inference.py
      ├── model_store/
      └── docker_deployment/