Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/henrymxu/imagevalidator
https://github.com/henrymxu/imagevalidator
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/henrymxu/imagevalidator
- Owner: henrymxu
- License: mit
- Created: 2018-10-12T02:51:08.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-14T18:58:32.000Z (almost 5 years ago)
- Last Synced: 2023-08-09T09:43:04.011Z (over 1 year ago)
- Language: Go
- Size: 8.79 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Image Validator
Program to validate images by comparing result of YoloV3 (darknet) classifier to desired classes.
# Requirements
- Forked version of darknet that will produce json results from image classification
# Example command line usage
`./imagevalidator -darknet ~/darknet -folder ~/ImageSet/corvette`
# License
MIT