Git Product home page Git Product logo

Comments (2)

zhaoyu19920930 avatar zhaoyu19920930 commented on September 18, 2024

Hi, Yang7879, I have the same confusion as fxy2012, after I run the main_train.py code or the main_eval.py code, it will create "eval scene Area_5_WC_1.h5.mat" in my log file, but I don't konw what's the .h5.mat files?Or how to deal with it?
Could you please explain the .h5.mat files. Thanks.

from 3d-bonet.

Yang7879 avatar Yang7879 commented on September 18, 2024

Hi @fxy2012 and @zhaoyu19920930 , the '.mat' file includes all the predicted semantic and instance results together with ground truth for each scene (room). Refer this line below to check how the data are organized within '.mat' file.

scipy.io.savemat(result_path + 'res_by_scene/' + scene_name + '.mat', scene_result, do_compression=True)

To visualize the results, simply uncomment the lines below:

#### if you need to visulize, please uncomment the follow lines

Basically, for each scene(room), the results are predicted per block and stored in '.mat' file. Before the final evaluation, those blocks are merged together and then the entire room is available for visualization.

Btw, the '.h5.mat' file is a '.mat' file, nothing to do with '.h5' format, it's just the file name.

from 3d-bonet.

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.