Giter VIP home page Giter VIP logo

Comments (8)

czq142857 avatar czq142857 commented on July 20, 2024

Yes. Please take a look at function test_image at modelSVR.py.

from im-net-pytorch.

Kammagod avatar Kammagod commented on July 20, 2024

Yes. Please take a look at function test_image at modelSVR.py.

Thank you for your help,but in Class IM_SVR,data_hdf5 file is generated using voxels and images. Can I use only images to generate this file? Please give me some suggestions

from im-net-pytorch.

czq142857 avatar czq142857 commented on July 20, 2024

You can simply remove the data loading code, since the training data is not used in test_image.

from im-net-pytorch.

Kammagod avatar Kammagod commented on July 20, 2024

Thank you! but in test, I should use self.dataset_load = self.dataset_name + '_test' and data_hdf5_name = self.data_dir+self.dataset_load+'.hdf5',i mean whether all_vox256_img_test.hdf5 file could be made just by images without their voxels?

from im-net-pytorch.

czq142857 avatar czq142857 commented on July 20, 2024

Yes, you can generate an hdf5 file with only 'pixels'. You can modify the data preparation code to achieve that. But why do you need an hdf5 file if you can directly input images using test_image?

from im-net-pytorch.

Kammagod avatar Kammagod commented on July 20, 2024

Th

Yes, you can generate an hdf5 file with only 'pixels'. You can modify the data preparation code to achieve that. But why do you need an hdf5 file if you can directly input images using test_image?

There is no 'test_image' in class IM_SVR... In the code downloaded, there is only 'test_mesh' and 'test_mesh_point' method in class IM_SCR, which one is 'test_image'?

from im-net-pytorch.

czq142857 avatar czq142857 commented on July 20, 2024

Please clone this repo again. I added this function this morning after seeing this issue.

from im-net-pytorch.

Kammagod avatar Kammagod commented on July 20, 2024

Please clone this repo again. I added this function this morning after seeing this issue.

Thank you!

from im-net-pytorch.

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.