-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Welcome to the ImageAnalysis wiki!
The tool starts with a FasterRCNN object detection model loaded by default. To check everything is ok just load any image from your computer and click on the Detection On
button to see a first result, as shown above. You can also click on the Camera
button to perform analysis on your computer webcam feed, but note that this default model is not that fast, it lasted 1.5 secs on my Mac Mini M2 to perform its inference and display the results on an image, so the analyzed camera feed will actually display quite slowly.
To choose any other model from Torch hub just choose any other from the top menu bar under object detection
, image segmentation
or image classification
menu. Should you prefer to test a model from Huggingface hub :
- just go to their model repository. Select any model you like, do not hesitate to use the filters from the left panel (at least for browsing the proper computer vision category)
- on the model page, copy the model name (in a form like author/model_name - note that a convenient copy button is available just near the model name)
- then, go back to our application, select the proper model type from the
HuggingFace Models
top menu - and just paste the model name into the popup window asking for it.