Git Product home page Git Product logo

Comments (11)

albertyou2 avatar albertyou2 commented on August 18, 2024

@moxiegushi 同问。分割模型师如何训练的?是否采用了faster rcnn?

from zhihu.

moxiegushi avatar moxiegushi commented on August 18, 2024

客气了,我也是初学者,相互学习
训练过程已经更新了@histronger
没有采用RCNN,只是普通的VGG卷积神经网络@albertyou2

from zhihu.

albertyou2 avatar albertyou2 commented on August 18, 2024

@moxiegushi
感谢回复
但是我还没有看到您训练的过程,可能我看错地方了。而且有个地方不太明白想请教,
我看您的训网络最后一层是softmax,而且分割器和分类器用的同一个网络,那么如何训练分割器的呢?
我的印象中分割器应该是要输出一个box的~谢谢

from zhihu.

moxiegushi avatar moxiegushi commented on August 18, 2024

@albertyou2
可以参考一下keras的文档,keras已经把训练过程封装的很好了,不需要人工将图片展成一维再构造batch然后BP什么的,分割器输出的只是box的代号,然后再predict函数中找到对应的box
最后一层的输出是概率,只需选取最大的四个作为成功切割的box即可

from zhihu.

albertyou2 avatar albertyou2 commented on August 18, 2024

@moxiegushi
请原谅再最后一个问题了,我应该看keras文档的那一部分?是predict_generator这个么。
刚学习keras不久

from zhihu.

moxiegushi avatar moxiegushi commented on August 18, 2024

@albertyou2是的

from zhihu.

lxdestiny avatar lxdestiny commented on August 18, 2024

请问是否可以公开原始训练数据?有些想法想试验一下。

from zhihu.

albertyou2 avatar albertyou2 commented on August 18, 2024

@moxiegushi
我大致看懂了您的源码,您是把验证码切分成121个区域,然后依次选出最有可能的4个区域,然后依次分类。

但有一个点我没看懂,def checkAndReplace(index,target,distance):这个方法是做什么的?distance 是什么距离呢?

from zhihu.

moxiegushi avatar moxiegushi commented on August 18, 2024

训练数据已公开 @lxdestiny
用于排除多张最优解是同一个字母的情况,distance设为小于字符宽度并且大于字符宽度的一半,都可以 @albertyou2

from zhihu.

debbbbie avatar debbbbie commented on August 18, 2024

@moxiegushi SVGG.py 全部代码可以公开不,现在的代码跑不起来啊

from zhihu.

jkmiao avatar jkmiao commented on August 18, 2024
checkAndReplace(index, target, 18)
target.sort()

还是不太清楚,排除多张最优解是同一个字母??抱歉,大神,能再稍微详细解释一下么,谢谢!

from zhihu.

Related Issues (10)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.