Giter Site home page Giter Site logo

Comments (7)

JieZou1 avatar JieZou1 commented on July 30, 2024

Sorry, I just noticed that I should set polygon=True. Now, the training program starts running.

from ssd_detectors.

seangtkelley avatar seangtkelley commented on July 30, 2024

Why is polygon set to False by default if the training code will fail? I just ran into this problem because I'm attempting to train the model on a custom dataset.

from ssd_detectors.

mvoelk avatar mvoelk commented on July 30, 2024

@seangtkelley SSD and TextBoxes work with axis aligned bounding boxes (polygon=False), but SegLink and TextBoxes++ work with oriented bounding boxes and require a different representation (polygon=True). It is probably not the most elegant solution and it may depend on your interpretation of 'default'... An alternative could be to write a separate class for the polygon case.

from ssd_detectors.

AliceDinh avatar AliceDinh commented on July 30, 2024

I run data_synthtext.py script and the error I got is:
TypeError: 'NoneType' object is not iterable
Do you meet this error and do you know how to fix?

from ssd_detectors.

mvoelk avatar mvoelk commented on July 30, 2024

Have you placed the SynthText dataset at the right location? For instance ./data/SynthText/gt.mat ...

from ssd_detectors.

AliceDinh avatar AliceDinh commented on July 30, 2024

@mvoelk Ohh I could not find the place to get SyntText dataset which is gt.mat or do I need to run another script to create that file? (If yes, what script plz?)

from ssd_detectors.

AliceDinh avatar AliceDinh commented on July 30, 2024

I made it, thanks

from ssd_detectors.

Related Issues (20)

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.