GithubHelp home page GithubHelp logo

No _bbox.txt file about 6-pack HOT 11 CLOSED

j96w avatar j96w commented on July 18, 2024
No _bbox.txt file

from 6-pack.

Comments (11)

LyuJ1998 avatar LyuJ1998 commented on July 18, 2024 1

Hi @foxmari
If you follow the dataset preparation steps written in README and running data_preprocess.py, the *_bbox.txt will be generated in My_NOCS/data_pose/train/*/*_bbox.txt.

But there is something wrong in dataset/dataset_nocs.py line 280:

input_file = open('{0}_bbox.txt'.format(choose_frame), 'r')

which should be change to:

input_file = open('{0}_bbox.txt'.format(choose_frame.replace("data/", "data_pose/")), 'r')

We will fix this bug later, thank you for mention it.

from 6-pack.

LyuJ1998 avatar LyuJ1998 commented on July 18, 2024 1

@foxmari , do you edit the preprocess.py? The *_bbox.txt file should not be found in /data/train, but I think this might have no effect.

from 6-pack.

LyuJ1998 avatar LyuJ1998 commented on July 18, 2024

Hi, you can get '_bbox.txt' file from this link:
https://drive.google.com/drive/folders/1FWNYJ1E7nMJe7FSK_jVD8YsuMrAVhmvJ?usp=sharing

from 6-pack.

j96w avatar j96w commented on July 18, 2024

Please follow the dataset preparation steps written in README to obtain the same dataset as we do.

from 6-pack.

joy-yjl avatar joy-yjl commented on July 18, 2024

Please follow the dataset preparation steps written in README to obtain the same dataset as we do.

There is no _bbox.txt file in NOCS-REAL275-additional.zip, too.

from 6-pack.

lh641446825 avatar lh641446825 commented on July 18, 2024

The folder data_pose cannot be placed under My_NOCS, otherwise an error will be reported. It needs to be merged with the folder data. And the file bbox.txt also needs to be placed under data, but there is no _bbox.txt file in NOCS-REAL275-additional.zip

from 6-pack.

j96w avatar j96w commented on July 18, 2024

Hi @chenerg, @joy-yjl, @lh641446825,
We have uploaded our data_preprocess.py script in the 6-PACK/dataset/ folder, which is used to generate the _bbox.txt files.

Also @lh641446825,
Thanks for mention this dataloader bug. We have fixed this problem by replacing the "data/" with the "data_pose/". Please check it out.

from 6-pack.

foxmari avatar foxmari commented on July 18, 2024

hello
Running data_preprocess.py does not generate the _bbox.txt file.
This mean is "you can export the standard output to text and save it as "_bbox.txt""?

from 6-pack.

foxmari avatar foxmari commented on July 18, 2024

When I read the code, I didn't realize it was replacing path.

I found the *_bbox.txt file in two places.

  • /data_pose/train//_bbox.txt
  • /data/train//_bbox.txt

Is this correct?

Thank you!

from 6-pack.

foxmari avatar foxmari commented on July 18, 2024

Ok, thank you very much.
I did a lot of research before I asked this question, so I may have added a note at that time.
Thank you for letting me know.

from 6-pack.

zuoligang1997 avatar zuoligang1997 commented on July 18, 2024

Hi, you can get '_bbox.txt' file from this link:
https://drive.google.com/drive/folders/1FWNYJ1E7nMJe7FSK_jVD8YsuMrAVhmvJ?usp=sharing

你好,我想在ROS上运行,没看懂那部分介绍,能说的详细点吗?

from 6-pack.

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.