We have updated our individual work in the branch directory.
In this project we aim to create the website where the user feed the live video and it will be processed by models where it will identify the 3D Object and create the 3D bounding box around the object.
- Using this model the objects detected shows more accuracy.
- But it give low fps in live video.
- In this model we get more FPS for video.
- But compared to YOLOV7 it does not have good detection accuracy even training after more epoch.
- Creates the 3D boundry box successfully.
- But they create only for 4 available models(Cup, Shoes, Camera, Chair).
- Install all dependency from requirements.txt file
git clone https://github.com/Data-Science-Community-SRM/3D-Object-Detection.git # clone
cd 3D-Object-Detection
pip install -r requirements.txt # install
- Start your server
gunicorn --workers 4 app.main:app --threads=1 --bind 0.0.0.0
- your server will start at 0.0.0.0:8000 port and enjoy!!!