https://github.com/tomgorb/deep-tron-che-
A simple ConvNet tutorial to distinguish a human from an object.
https://github.com/tomgorb/deep-tron-che-
Last synced: 5 days ago
JSON representation
A simple ConvNet tutorial to distinguish a human from an object.
- Host: GitHub
- URL: https://github.com/tomgorb/deep-tron-che-
- Owner: tomgorb
- Created: 2020-07-21T09:26:07.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-21T09:26:31.000Z (almost 6 years ago)
- Last Synced: 2025-02-26T12:23:58.031Z (over 1 year ago)
- Language: Jupyter Notebook
- Size: 20.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Deep-Tron(che)
-----
```
tensorflow==2.2.0
```
```
keras==2.4.3
```
A simple ConvNet tutorial to distinguish a human from an object.
Training and validation images are, for humans, *LinkedIn* profile picture and, for objects, from the *COCO* dataset.
```bash
mogrify -brightness-contrast 19x3 -type grayscale -resize 100x100! *.jpg
```