Coder Social home page Coder Social logo

Comments (7)

themmes avatar themmes commented on July 17, 2024

Could you maybe explain your data structure. Does it have a spatial partitioning comparable to rooms at all? If so, do you know what HDF5 batches correspond to those spatial partitions? If so, you could generate a room_filelist for your specific case.

from pointnet.

Vonisoa avatar Vonisoa commented on July 17, 2024

Thanks for your answer, I use a structure like in Stanford3dDataset_v1.2_Aligned_Version_3 (Area_1/conference_room_1/Annotations/), but I don't know how HDF5 partitions my dataset and even the partition by HDF5 in Stanford3dDataset_v1.2_Aligned_Version_3 is unclear fo me.

from pointnet.

themmes avatar themmes commented on July 17, 2024

@Vonisoa Did you close the topic because you found a solution for your problem? If so, could you share your findings?

from pointnet.

Vonisoa avatar Vonisoa commented on July 17, 2024

Sorry, I accidentaly closed it.

from pointnet.

Vonisoa avatar Vonisoa commented on July 17, 2024

Btw, I run the gen_indoor3d_h5.py again to get it but still want to know how to generate the room_filelist.txt.

from pointnet.

charlesq34 avatar charlesq34 commented on July 17, 2024

Hi @Vonisoa,

The filelist is written by code here:

fout_room.write(os.path.basename(data_label_filename)[0:-4]+'\n')

I think you only need to comment out the insert function below it, so that it will skip the data extraction (76-78) and insertion (82-83). The order should be deterministic for the filelist across runs.

hope it helps,
Charles

from pointnet.

Vonisoa avatar Vonisoa commented on July 17, 2024

Thank you very much, it really helps!

from pointnet.

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.