NanoNets / nanonets-pedestrian-detection

NanoNets Crowd Counting Detection API Example for Python
https://nanonets.com
9 stars 5 forks source link

UI for pedestrian detection #2

Open shafi-sahal opened 4 years ago

shafi-sahal commented 4 years ago

I have developed an easy to use user interface in c# using .NET for detection. It has :

  1. Option to load images and then predict
  2. Option to annotate the loaded image.
  3. Option to upload all the images to nanonets and get the training status.
  4. Option to get the training status.

It is very simple and requires no commend line for predicting, checking status and uploading. It's still in development. Let me know if it will make a good contribution