Hey all,
I have a computer vision project running fine locally (Windows 10). It basically detects damages on cars. It is using the detectron2 model : (GitHub - facebookresearch/detectron2: Detectron2 is a platform for object detection, segmentation and other visual recognition tasks.) and the installation is as follows:
Installation — detectron2 0.6 documentation
When I am trying to deploy the app , I am facing the following issues:
And this is my github repo of the project: supri1109/car-damage-detection (github.com)
I need the detectron2 github repo to run the app.
Please help me with this. Thanks a lot !