Rename the picture by looking through the human eye and typing. (you don't need to open the file by yourself)
INTRODUCTION
In response to the vigorous development of machine learning, label data often processed in supervised learning, so how to quickly name it manually has become a topic.
The purpose of this tool: I hope that users can quickly name tag data.
Install
pip install image-rename
USAGE
open your CMD, and then:
img_rename "PATH OF YOUR SETTING.PY"
.. note::
About the setting file you can reference in here <https://github.com/CarsonSlovoka/image-rename/tree/master/image_rename/config.py>
_.
get help:
img_rename -h
DEMO
.. image:: https://raw.githubusercontent.com/CarsonSlovoka/image-rename/release/demo/demo.png
you can add other plugins <https://github.com/CarsonSlovoka/image-rename/blob/release/image_rename/config.py#L21-L26>
_
to see more information {[IFD], [EXIF] [GPS]_, ...}, like below:
.. image:: https://raw.githubusercontent.com/CarsonSlovoka/image-rename/release/demo/demo_0.2.0.png
REFERENCE
.. [IFD] https://www.awaresystems.be/imaging/tiff/tifftags/privateifd.html
.. [EXIF] Exchangeable Image File Format <https://www.awaresystems.be/imaging/tiff/tifftags/privateifd/exif.html>
_
.. [GPS] Global Positioning System tag <https://www.awaresystems.be/imaging/tiff/tifftags/privateifd/gps.html>
_