Object Detection made easy. Simply upload a video, wait for it to process, then conveniently query for more than 60 labels within the video.
Clone the project
git clone https://github.com/LoganKloft/SauronGo to the project directory
cd Sauron/sauronInstall dependencies
npm installGo to the python directory
cd src/pythonInstall dependencies
pip install -r requirements.txtGo back to the project directory
cd ../..Install Faster RCNN ResNet50 download and unzip from here
rename 'frozen_inference_graph.pb' to 'frozen_faster_rcnn.pb' and paste into Sauron/sauron/src/python directory
Start the server
npm run start