NoobNeo 发表于 2019-8-29 22:17:08

bjjbaojj 发表于 2019-8-29 13:11
请问打开Caption OCR Tool.exe为何会报错呢?我的电脑已经安装了JRE了的。提示failed to find library,fail ...

安装的是Java 8吗, 最好是最新的U221. 另外安装的是JDK还是JRE, JDK的话需要配置系统环境.

songhewu 发表于 2019-9-6 12:38:14

請問日後會支援繁體中文包訓練集嗎 謝謝

pyyii1987 发表于 2019-9-6 23:42:13

太过于高端,只能膜拜{:5_265:}

NoobNeo 发表于 2019-9-7 07:40:48

songhewu 发表于 2019-9-6 12:38
請問日後會支援繁體中文包訓練集嗎 謝謝

支持繁体字识别的, 在 Profile 里勾选语言 (tra)

songhewu 发表于 2019-9-7 10:02:21

NoobNeo 发表于 2019-9-7 07:40
支持繁体字识别的, 在 Profile 里勾选语言 (tra)

太好了 感謝為手抄黨用心地製作這個軟體

CLANNADAO 发表于 2019-9-30 00:22:55

请问一下有没有完整的使用教程?就目前的这些数据不知道该怎么用{:4_987:}

kfc0803 发表于 2019-10-5 16:52:49

后排提醒,文件要放在纯英文目录,否则会报错{:5_241:}

Beatrice-Raws 发表于 2019-10-9 09:17:37

年度最大惊喜,好人一生平安

等github,度盘现在不安装不能下载,即使是小文件

弱弱说一句:平移的正确说法是延时,delay,很多人都说错了以讹传讹。。

沉睡森林 发表于 2019-11-18 20:43:56

大佬,我想問的是怎麼避免識別出來的字幕句數目太多,太多的話在刪減字幕的時候會卡死,每次都刪減到一大半的時候就卡死

hitomae 发表于 2019-11-19 20:11:22

0.0.1-3 - alpha

打开报错


CvException [org.opencv.core.CvException: cv::Exception: OpenCV(4.1.0) C:\build\master_winpack-bindings-win64-vc14-static\opencv\modules\core\src\matrix.cpp:466: error: (-215:Assertion failed) 0 <= roi.x && 0 <= roi.width && roi.x + roi.width <= m.cols && 0 <= roi.y && 0 <= roi.height && roi.y + roi.height <= m.rows in function 'cv::Mat::Mat'
]
        at org.opencv.core.Mat.n_submat(Native Method)
        at org.opencv.core.Mat.submat(Mat.java:968)
        at com.neo.caption.ocr.opencv.ImageUtil2.cropImage(ImageUtil2.java:275)
        at com.neo.caption.ocr.opencv.ImageUtil2.filter(ImageUtil2.java:155)
        at com.neo.caption.ocr.opencv.ImageUtil2.replaceRoiImage(ImageUtil2.java:131)
        at com.neo.caption.ocr.fx.controller.FilterController.readVideo(FilterController.java:281)
        at com.neo.caption.ocr.fx.controller.FilterController.lambda$bindListener$5(FilterController.java:149)
        at com.sun.javafx.binding.ExpressionHelper$Generic.fireValueChangedEvent(ExpressionHelper.java:361)
        at com.sun.javafx.binding.ExpressionHelper.fireValueChangedEvent(ExpressionHelper.java:81)
        at javafx.beans.property.DoublePropertyBase.fireValueChangedEvent(DoublePropertyBase.java:106)
        at javafx.beans.property.DoublePropertyBase.markInvalid(DoublePropertyBase.java:113)
        at javafx.beans.property.DoublePropertyBase.set(DoublePropertyBase.java:147)
        at javafx.scene.control.Slider.setValue(Slider.java:213)
        at javafx.scene.control.Slider.adjustValue(Slider.java:587)
        at com.sun.javafx.scene.control.behavior.SliderBehavior.trackPress(SliderBehavior.java:136)
        at com.sun.javafx.scene.control.skin.SliderSkin.lambda$initialize$0(SliderSkin.java:108)
        at com.sun.javafx.event.CompositeEventHandler.dispatchBubblingEvent(CompositeEventHandler.java:86)
        at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(EventHandlerManager.java:238)
        at com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(EventHandlerManager.java:191)
        at com.sun.javafx.event.CompositeEventDispatcher.dispatchBubblingEvent(CompositeEventDispatcher.java:59)
        at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:58)
        at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
        at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:56)
        at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
        at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:56)
        at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
        at com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:56)
        at com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.java:114)
        at com.sun.javafx.event.EventUtil.fireEventImpl(EventUtil.java:74)
        at com.sun.javafx.event.EventUtil.fireEvent(EventUtil.java:54)
        at javafx.event.Event.fireEvent(Event.java:198)
        at javafx.scene.Scene$MouseHandler.process(Scene.java:3757)
        at javafx.scene.Scene$MouseHandler.access$1500(Scene.java:3485)
        at javafx.scene.Scene.impl_processMouseEvent(Scene.java:1762)
        at javafx.scene.Scene$ScenePeerListener.mouseEvent(Scene.java:2494)
        at com.sun.javafx.tk.quantum.GlassViewEventHandler$MouseEventNotification.run(GlassViewEventHandler.java:394)
        at com.sun.javafx.tk.quantum.GlassViewEventHandler$MouseEventNotification.run(GlassViewEventHandler.java:295)
        at java.security.AccessController.doPrivileged(Native Method)
        at com.sun.javafx.tk.quantum.GlassViewEventHandler.lambda$handleMouseEvent$2(GlassViewEventHandler.java:432)
        at com.sun.javafx.tk.quantum.QuantumToolkit.runWithoutRenderLock(QuantumToolkit.java:389)
        at com.sun.javafx.tk.quantum.GlassViewEventHandler.handleMouseEvent(GlassViewEventHandler.java:431)
        at com.sun.glass.ui.View.handleMouseEvent(View.java:555)
        at com.sun.glass.ui.View.notifyMouse(View.java:937)
        at com.sun.glass.ui.win.WinApplication._runLoop(Native Method)
        at com.sun.glass.ui.win.WinApplication.lambda$null$3(WinApplication.java:177)
        at java.lang.Thread.run(Thread.java:748)
页: 1 2 [3] 4 5 6 7 8 9 10 11 12
查看完整版本: 为了更便捷的手抄字幕, 我搞了一个新玩具(更新 0.0.6-beta)