Skip to content

SurajKarthikeyan/ObjectMatchingRecognition

Repository files navigation

ObjectMatchingRecognition

Prerequistes

  1. Download Node.js in conda environment with this command:
conda install -c conda-forge nodejs
  1. Check node and npm versions to make sure you have Node.js installed:
node -v
npm -v
  1. Download Cropper.js:
npm install cropperjs
  1. Download the pretrained BASNet model from this link and put it in webapp/models/BASNetMaster/saved_models/basnet_bsi

Start the website

  1. After you installed Cropper.js, please move the "cropperjs" folder (not the one in node_modules) to static folder
  2. Go to webapp/start.py and run the Python file
  3. Click the localhost link
  4. Choose your image that you want to compare the cropped image too
  5. Crop the image from your webcam and click generate to view result

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published