https://github.com/proafxin/localizer
This is a tool for localizing objects in images.
https://github.com/proafxin/localizer
adam-optimizer computer-vision darkflow gradient-descent jupyter-notebook labelimg machine-learning python rmsprop tensorflow yolo
Last synced: 7 months ago
JSON representation
This is a tool for localizing objects in images.
- Host: GitHub
- URL: https://github.com/proafxin/localizer
- Owner: proafxin
- License: apache-2.0
- Created: 2019-04-07T22:31:14.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-25T22:53:48.000Z (about 5 years ago)
- Last Synced: 2025-01-12T02:39:50.611Z (9 months ago)
- Topics: adam-optimizer, computer-vision, darkflow, gradient-descent, jupyter-notebook, labelimg, machine-learning, python, rmsprop, tensorflow, yolo
- Language: Python
- Homepage:
- Size: 5.33 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Localizer
This project is an attempt to create a self-contained tool for localizing objects in images, inspired by multiple existing project. Parent projects: [LabelImg](https://github.com/tzutalin/labelImg), [Darkflow](https://github.com/thtrieu/darkflow), [YOLO](https://pjreddie.com/darknet/yolo/) and [Soccer ball detection](https://github.com/deep-diver/Soccer-Ball-Detection-YOLOv2).Details of full workflow will be added later.