Commit Graph

143 Commits (master)

Author SHA1 Message Date
Adrià Arrufat 9a30c6d48f
Add JXL support (#2917)
7 months ago
Adrià Arrufat c21c9c92b5
Update widgets and draw_string on images to use convert_to_utf32 (#2769)
1 year ago
Adrià Arrufat 07f7425170
Unify all conversions to UTF-32 (#2737)
1 year ago
Adrià Arrufat 004b2fe6fe
Fix imglab changing the current dir too soon (#2761)
1 year ago
Adrià Arrufat eb5de0d534
Add support for loading custom label fonts in imglab (#2733)
2 years ago
Davis King 29288e5d89 Make C++14 and CMake 3.8.0 the new minimum required versions
2 years ago
Adrià Arrufat 8ceb91fb44
Do not build WebP features if WebP is not available (#2582)
2 years ago
Adrià Arrufat a7ae55b785
Add WebP support to imglab (#2580)
2 years ago
Adrià Arrufat 16500906b0
YOLO loss (#2376)
3 years ago
Davis King 3a53c78ad2 increment imglab version
5 years ago
Davis King 9a33669610 A little bit of cleanup and docs. Also added missing mutex lock.
5 years ago
martin 4ff365a530
imglab: chinese ("automatic") clustering, keyboard shortcuts for zooming (#2007)
5 years ago
Davis King 6747122ca5 Added --box-images to imglab
6 years ago
Davis King 0f169ed71f Just a bit of code cleanup
6 years ago
Davis King 7d3fac5502 Added a --split-train-test option to imglab.
6 years ago
Davis King 30101dff48 Updated about to talk about new part labeling method.
7 years ago
Davis King 0cfef582ca Fixed the code ignoring the angle scan, oops.
7 years ago
Davis King c68bb4e785 Changed the behavior of imglab's --flip option. It will now attempt to adjust
7 years ago
Davis King c13ca8ebe7 Just moved code around to clean things up a little.
7 years ago
hannometer 2f531f1175 imglab: select next/previous image with 's' and 'w' (#964)
7 years ago
Davis King 38a2846dda More cmake cleanup
7 years ago
Davis King 85c94dc1e4 removed extraneous print statement.
7 years ago
Davis King 14ae224ecd Made it so you can press END or i to ignore boxes in imglab. I did this
7 years ago
Davis King 972bf3c46b Made the box colors in imglab spread more evenly over the color space.
7 years ago
Davis King 678728dc23 Made imglab --cluster ignore ignored boxes when doing all aspects of clustering.
7 years ago
Davis King e7fe423bc4 Added --sort and also the ability to propagate boxes from one image to the
7 years ago
Davis King 39be45ada2 Made is so pressing e in imglab toggles between views of the image where the
7 years ago
Davis King e0a1437670 Made the title bar show the current image's number.
8 years ago
Davis King e73b9e3aa9 Changed from ctrl to alt because otherwise it's easy to accidentally hit ctrl up and jump when you don't meant to while pruning an image list.
8 years ago
Davis King a1d42b2552 Changed to ctrl+d since it's easier to press.
8 years ago
Davis King fad836df23 Made it so you can remove images by pressing ctrl+r.
8 years ago
Davis King 84cd330c70 Upped imglab version number
8 years ago
Davis King 655b7f7fd1 Switched cmake link names to dlib::dlib
8 years ago
Alain Vaucher b41455fd26 Change minimum CMake version that supports the introduced features
8 years ago
Frank 7ef7ba84b3 Fix imglab readme typo in cd path (#400)
8 years ago
Avi Haiat 85e2bcce02 Add option --rm-other-labels to imglab (#323)
8 years ago
Davis King 85d421c356 Added --rmignore
8 years ago
Davis King 0848616d99 Improved xml logging for --resample
8 years ago
Davis King f8fcfcd0b4 removed --extract-chips
8 years ago
Davis King 968322bcf8 Fixed confusing -h docs
8 years ago
Davis King ae88702ba6 Added --jpg and --one-object-per-image.
8 years ago
Eugene 2a0b461926 fixed warning about unsigned-signed comparison in imgtool (#258)
8 years ago
Davis King d41613d7cb Added --sort-num-objects and cleaned up code slightly.
8 years ago
Davis King 55a74bbaac merged
8 years ago
Davis King 0614700358 Fixed --cluster not working with relative paths.
8 years ago
Davis King 28a5512b64 Added --rmlabel and --rm-if-overlaps. Also changed the behavior of --split so that
8 years ago
Davis King a2c152e8f1 Made --cluster skip empty images
8 years ago
Davis King b040e65414 Improved CLI for --resample
8 years ago
Davis King 5940c7169c Fixed a bug in --cluster where it would output xml files with empty entries
8 years ago
Davis King 863fa38439 Fixed getting cli warning message when gui closed.
8 years ago