Skip to content

Commit

Permalink
Docs and images updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
folkien committed Apr 28, 2023
1 parent c083b2b commit 4712587
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 7 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -133,3 +133,6 @@ dmypy.json
*.names
ObjectDetectors/yolov4*
env*/
input/*.detector
input/*.json
input/*.txt
20 changes: 13 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,22 @@

`YAYA - Yet Another YOLO Annoter` with `QT5 widgets` gui, and ...

- Rewritten in python,
- Checks for errors of overriding boxes,
- Auto-annotation feature added - use yolo to detect and describe annotations of your image,
- Rewritten in **python**,
- Checks for errors of **overriding boxes**,
- Displays **image properties** `size`, `hue`, `saturation`, `brightness`,
- Displays **annotations properties**, `average size`, `class numbers`,
- Uses given **YOLOv4 detectors** to detect every file and store detections!
- Calculate **metrics TP,TN,FP,FN,Precision,Recall** for every photo!
- Auto-annotation with **YOLOv4 detectors** feature added - use yolo to detect and describe annotations of your image,
- Manual Yolo detection by presing 'd' - to check YOLO with original data,
- You can use standard YOLOv4 (MSCOCO) or your custom YOLOv4

### Requirements

`pip install -r requirements`

Install YOLOv4 darknet library `libdarknet.so` in your operating system (https://github.com/AlexeyAB/darknet) for usage of custom YOLOv4 detectors.


### How to start?
`./yolo-annotate.py -i input/`
Expand Down Expand Up @@ -53,7 +63,3 @@ optional arguments:
- Auto-annotation feature added - use yolo to detect and describe annotations of your image,
- Manual Yolo detection by presing 'd' - to check YOLO with original data,
- You can use standard YOLOv4 (MSCOCO) or your custom YOLOv4




Binary file modified doc/titleQt.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified input/01101362e06fd5720647eeba5922bf3cb432f4ca.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified input/7e954dc0a66a0659163da55410280574388f137d.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified input/8f4de79e2f402d169ca9d902d8bbd45be34a6361.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4712587

Please sign in to comment.