xulihang / ImageTrans-docs

Documentation of ImageTrans, a computer-aided image translation tool. ImageTrans的文档项目。ImageTrans是一款计算机辅助图片/漫画翻译软件。
https://imagetrans.readthedocs.io/
84 stars 7 forks source link

Please add Support for Scaled YOLO v4: #129

Closed hentaitaku closed 2 years ago

hentaitaku commented 2 years ago

Hi can you add support für Scaled YOLO v4.

https://github.com/AlexeyAB/darknet

Like to train my bubble model with yolov4-csp-swish.cfg or yolov4-csp.cfg there make a good mAP.

xulihang commented 2 years ago

ImageTrans uses OpenCV's DNN module for object detection. You can try to run it with the code here: https://github.com/xulihang/ObjectDetector

hentaitaku commented 2 years ago

When i read it right is support added in opencv 4.5.4 but better use 4.5.5. How can i use the new 4.5.5? Think your code need some updates to.

Read here for more. https://github.com/opencv/opencv/issues/18975

hentaitaku commented 2 years ago

Ok is working now have downloaded the 4.5.5 and placed the opencv_java455 as opencv_java453 in imageTrans.

xulihang commented 2 years ago

The bundled OpenCV is updated to 4.5.5 in ImageTrans v1.5.3