GithubHelp home page GithubHelp logo

Comments (6)

dvornikita avatar dvornikita commented on July 24, 2024

The demo is limited to the VOC categories. You need to run a model that was trained with VOC or finetuned on it.

from blitznet.

deeptf avatar deeptf commented on July 24, 2024

Thanks @dvornikita for the clarification. Even for VOC only trained model, I am ending up with a dataloss error as mentioned on another issue.

from blitznet.

dvornikita avatar dvornikita commented on July 24, 2024

Closing due to lack of recent activity.

from blitznet.

ryohachiuma avatar ryohachiuma commented on July 24, 2024

Hi, I met the same problem, and I change the VOC_CATS in demo.py to 81 coco categories.
But I get the same error.
When I run

python demo.py --run_name=BlitzNet300_COCO --image_size=300 --detect --segment --eval_min_conf=0.5 --ckpt=1

, I get shape mis-match error below.

Assign requires shapes of both tensors to match. lhs shape= [1,1,512,64] rhs shape= [3,3,512,64]

When I add --seg_filter_size=3 option, I get the error.

Assign requires shapes of both tensors to match. lhs shape= [81] rhs shape= [64]

That means, BlitzNet300_COCO model only takes 64 categories?

Thank you.

from blitznet.

EchoAmor avatar EchoAmor commented on July 24, 2024

Hello ! I met the same problem, I want to use BlitzNet300_COCO model,how should I do to run the demo please?Have u solve this problem now? Thanks a lot! @dvornikita @kemangjaka

from blitznet.

dvornikita avatar dvornikita commented on July 24, 2024

As I mentioned above, the demo is not meant to work with COCO categories and models trained on COCO. You can either follow the readme and run it with VOC categories, or you will need to modify the code in case you still want to run it with COCO

from blitznet.

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.