https://github.com/nvinayvarma189/object-recognition
https://github.com/nvinayvarma189/object-recognition
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nvinayvarma189/object-recognition
- Owner: nvinayvarma189
- Created: 2018-03-22T19:33:36.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-22T19:59:41.000Z (over 7 years ago)
- Last Synced: 2025-02-08T06:12:14.040Z (8 months ago)
- Language: Python
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Object-recognition
1. If the image you want to classify is in your local machine`python classify.py --image African_Bush_Elephant.jpg`
2. If the image you want to classify is in on the internet
`python classify.py --image_url http://something.jpg`
Install [Tensor flow](https://www.tensorflow.org/install/)
Install [Keras](https://keras.io/#installation)I have used [ImageNet ILSVRC](http://www.image-net.org/challenges/LSVRC/)
Other options are:
1.[COCO](http://mscoco.org/dataset/#detections-challenge2016)
2.[PASCAL VOC](http://host.robots.ox.ac.uk/pascal/VOC/)