Git Product home page Git Product logo

Comments (10)

sherlockedlee avatar sherlockedlee commented on September 22, 2024

solved already.

from centernet.

wudi00 avatar wudi00 commented on September 22, 2024

@sherlockedlee Hi,I want to use my own dataset, and I modified some tips, first format the data in the same format as coco, change the input size and output size, change the self._cat_ids in the ./db/coco.py, and anywhere else should I change? thanks

from centernet.

sherlockedlee avatar sherlockedlee commented on September 22, 2024

@wudi00 You should modify the "categories" in centernet-52/104.json and detection.py in line 8.

from centernet.

wudi00 avatar wudi00 commented on September 22, 2024

@sherlockedlee Thankes. I have already modified the two points,

  1. And anywhere else?
    2.What does the files in ./cache/coco_trainval2014.pkl mean? Does it need to be modified?

from centernet.

sherlockedlee avatar sherlockedlee commented on September 22, 2024

@wudi00 1.I can't remember clearly.All work seems to be done.
2.It's your annotations,you can't modify pickle files.You can use following code to check these files.

# -*- coding: UTF8 -*-
f = open('./CenterNet/cache/coco_train2014.pkl','rb')
data = pickle.load(f)
print(data)

from centernet.

Rguoo avatar Rguoo commented on September 22, 2024

@sherlockedlee ,hello, i meet the same problem, can you tell me how can i solve it, thanks!

from centernet.

Rguoo avatar Rguoo commented on September 22, 2024

@sherlockedlee ,I have got it ,thanks!

from centernet.

billyzju avatar billyzju commented on September 22, 2024

@sherlockedlee @RenAihua Hey, guys! How did you solve this problem?! I encountered the same problem and have tried methods you guys mentioned, didn't work for me!

from centernet.

Rguoo avatar Rguoo commented on September 22, 2024

@billyzju princeton-vl/CornerNet#26 hey, you can try in this way

from centernet.

billyzju avatar billyzju commented on September 22, 2024

@billyzju princeton-vl/CornerNet#26 hey, you can try in this way

Thanks a lot! Seems work for me! It's object number out of bounds

from centernet.

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.