This Project use the YOLOv4 object detection Algorithm to track the Person and clothes and identify the no. of counts of Process clothes for each workstation.
This is my Internship Project when i was working in ResoluteAI company with ML develpment team where i worked on different tracking systems i.e office_work_detection , jewellery _detection , inventory_tracking.
- First we make about 200-300 frames from the video data and make a training Dataset
- use labelImg for Annotation of data and save each file in YOLO format
-->using LabelIMG we craete to categories
- Throwing
- working
- Use google colab for training our data-set. For training we use YOLOv4 custom object detector with Darkent in the Cloud.
- After training save the best_weights and export our model.
- Than perform fine-tuning and optimization of model using ROI.
- Make final output video along its dashboard.
- Clone the repository
git clone https://github.com/mrperfectpandit/Inventory-tracker.git2.Make three folders in same path
👉video_data --> put the video dataset
👉output --> will contain frames that extract from video_data by running app.py script
👉data --> put the save model that explort from saved_weights and some utils files. You will get these content in this link
The Code is written in Python 3.7.10. If you don't have Python installed you can find it here and Tensorflow 2.3. If you are using a lower version of Python and Tensorflow you can upgrade using the pip package, ensuring you have the latest version of pip. To install the required packages and libraries, run this command in the project directory after cloning the repository:
- Install the dependencies and devDependencies and start the server.
pip install -r requirements.txtFor production environments...
cd where you clone the repo
python app.py- Fork it (https://github.com/yourname/yourproject/fork)
- Create your feature branch (
git checkout -b feature/fooBar) - Commit your changes (
git commit -am 'Add some fooBar') - Push to the branch (
git push origin feature/fooBar) - Create a new Pull Request
If you find a bug (the website couldn't handle the query and / or gave undesired results), kindly open an issue here by including your search query and the expected result




