File size: 801 Bytes
ecb7988
 
b5ede69
ecb7988
 
 
 
 
 
 
 
 
 
b5ede69
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
---
title: Find Objects
emoji: 🔍
colorFrom: green
colorTo: blue
sdk: gradio
sdk_version: 3.12.0
app_file: app.py
pinned: false
license: apache-2.0
---

Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference

This app allows the user the use an example photo or upload their own photo, and attempts to recognize any of the following objects in the photo:
'aeroplane', 'bicycle', 'bird', 'boat', 'bottle', 'bus', 'car', 'cat', 'chair', 'cow', 'diningtable', 'dog', 'horse', 'motorbike', 'person', 'pottedplant', 'sheep', 'sofa', 'train', 'tvmonitor'

The predictions are made by a multi-class pretrained ResNet50 model which was fine-tuned on the PASCAL Visual Object Classes Challenge 2007 dataset:
http://host.robots.ox.ac.uk/pascal/VOC/voc2007/index.html