---[update]---
added some micro feature that helps me preparing dataset a bit faster
create captions files from that contain a simple trigger word and the sub-folder name
zipping results for upload
pre-cleaning the Output folder for new operation
better logging on the operation progress and common errors in the gui
--- --- --- ---
A tweaked version of konyconi's Mass logo removal GUI adding GUI for ease of use.
requires OpenCV2
you can use ur own masks by replacing "CUSTOM.png" in the "0_MASKS" folder and make sure to keep the same name, that just select the "Custom" option in the gui
This tweak is made on the fly to suit personal needs, if you need a feature added or bug fixed feel free to go through the script.
Again thanx for konyconi for coming up with great ideas.
Description
added progress tacking in case its used on a large dataset
the total number of processed images show up in end of the process
FAQ
Comments (7)
Астрологи объявили неделю утилит для удаления логотипов
Nice you did similar to what I did, only you made a GUI for it :D
I can't seem to run the script. Do you have any instructions how to use it? I've installed OpenCV2.
Do I just double-click the .pyw-file? Run it from commandline? Run it from Python? Can't figure it out. Any help appreciated.
pretty much yeah, once you have OpenCV2 you simply double click it, you can also try to change the file extension to .py and run it as a script.
@navimixu Hmm, no luck with that either. It just closes itself right away. Is this the right OpenCV2? https://sourceforge.net/projects/opencvlibrary/files/opencv-win/2.0/OpenCV-2.0.0a-win32.exe/download
Or should I be looking for omething else, like "openCV-python?"
@06F9g1LtEisa try opening cmd and typing "python" then "import cv2" then "import tkinter as tk" and see witch one is returning an error message.
@navimixu My python doesn't seem to allow stuff, I get a message saying:
Traceback (most recent call last):
File "<stdin>", line 1 in <module>
ModuleNotFoundError: No module named 'cv2'.

