Repository for work on Mercedes Benz Digital Challenge 2020 Hackathon
- Clone the Repository.
- To setup environment for running inference code. Use the requirements.txt provided in the repository.
$ pip3 install -r requirements.txt
- The
custom model
used is thecyclist-CNN_custom_architecture.model
file.
Specification of model is discussed below.
- For performing inference use the predictor.py (for image) or prediction_video.py (for video)
- The model can be converted to lighter tflite model for use in constrained embedded devices.
$ python3 predictor.py
- Clone the Repository.
- To setup environment for running inference code. Use the requirements.txt provided in the repository.
$ pip3 install -r requirements.txt
- Run the file hogcyclist.py <name of video/photo>.
$ python3 hogcyclist.py bicycle1.jpeg