Giter Site home page Giter Site logo

Comments (12)

Steve-Tod avatar Steve-Tod commented on September 24, 2024

It seems the problem is with trimesh. First, try upgrading trimesh. If it is still not working, can you print out the self.mesh_dir / (name + "_aff.obj") and debug? Or just specify the file_type=obj'.

from giga.

ccc1711 avatar ccc1711 commented on September 24, 2024

I update trimesh to the latest version and it still doesn’t work, and I print out the path of self.mesh_dir / (name + "_aff.obj"),is PosixPath(‘data/experiments/21-08-13-20-33-46/meshes/round_000_trial_000_aff.obj') .How to specify the file_type='obj' ?

from giga.

Steve-Tod avatar Steve-Tod commented on September 24, 2024

You can try aff_mesh.export(self.mesh_dir / (name + "_aff.obj"), file_type='obj'). If this still does not work, actually the visualization is not necessary for running, and you can remove the argument --vis.

from giga.

wuzeww avatar wuzeww commented on September 24, 2024

I update trimesh to the latest version and it still doesn’t work, and I print out the path of self.mesh_dir / (name + "_aff.obj"),is PosixPath(‘data/experiments/21-08-13-20-33-46/meshes/round_000_trial_000_aff.obj') .How to specify the file_type='obj' ?

Hi,
excuse me, have you realized the function of visualization?

from giga.

ccc1711 avatar ccc1711 commented on September 24, 2024

I update trimesh to the latest version and it still doesn’t work, and I print out the path of self.mesh_dir / (name + "_aff.obj"),is PosixPath(‘data/experiments/21-08-13-20-33-46/meshes/round_000_trial_000_aff.obj') .How to specify the file_type='obj' ?

Hi,
excuse me, have you realized the function of visualization?

Not yet, how about you?

from giga.

wuzeww avatar wuzeww commented on September 24, 2024

You can try aff_mesh.export(self.mesh_dir / (name + "_aff.obj"), file_type='obj'). If this still does not work, actually the visualization is not necessary for running, and you can remove the argument --vis.

Excuse me, I want to achieve the visualization results (Visualization of the grasp affordance landscape and predicted grasps) in your paper. Does the code you upload have this function?

from giga.

wuzeww avatar wuzeww commented on September 24, 2024

I update trimesh to the latest version and it still doesn’t work, and I print out the path of self.mesh_dir / (name + "_aff.obj"),is PosixPath(‘data/experiments/21-08-13-20-33-46/meshes/round_000_trial_000_aff.obj') .How to specify the file_type='obj' ?

Hi,
excuse me, have you realized the function of visualization?

Not yet, how about you?

not yet

from giga.

Steve-Tod avatar Steve-Tod commented on September 24, 2024

You can try aff_mesh.export(self.mesh_dir / (name + "_aff.obj"), file_type='obj'). If this still does not work, actually the visualization is not necessary for running, and you can remove the argument --vis.

Excuse me, I want to achieve the visualization results (Visualization of the grasp affordance landscape and predicted grasps) in your paper. Does the code you upload have this function?

Yes, the code will save the visualization to obj file if you use the argument --vis. However, I don't know why you meet error when running aff_mesh.export.

from giga.

wuzeww avatar wuzeww commented on September 24, 2024

I tried aff_mesh.export(str(self.mesh_dir / (name + "_aff.obj"))), the issue of file_type disappeared.

Then i appeared the issue of array out of bounds (IndexError: index 201 is out of bounds for axis 0 with size 201).

Finally, found that the data of data/urdfs/packed/test/Paprika_800_tex_visual.obj is short of the letter 'v'(at the line of 15).

from giga.

Steve-Tod avatar Steve-Tod commented on September 24, 2024

I tried aff_mesh.export(str(self.mesh_dir / (name + "_aff.obj"))), the issue of file_type disappeared.

Then i appeared the issue of array out of bounds (IndexError: index 201 is out of bounds for axis 0 with size 201).

Finally, found that the data of data/urdfs/packed/test/Paprika_800_tex_visual.obj is short of the letter 'v'(at the line of 15).

Hmm, that's interesting. Because I checked the data that I uploaded, and there's no such problem.
image

from giga.

wuzeww avatar wuzeww commented on September 24, 2024

I tried aff_mesh.export(str(self.mesh_dir / (name + "_aff.obj"))), the issue of file_type disappeared.
Then i appeared the issue of array out of bounds (IndexError: index 201 is out of bounds for axis 0 with size 201).
Finally, found that the data of data/urdfs/packed/test/Paprika_800_tex_visual.obj is short of the letter 'v'(at the line of 15).

Hmm, that's interesting. Because I checked the data that I uploaded, and there's no such problem.
image

I just re-extracted the data.zip file and found that the data is complete.

I want to know how long have you cost about training vgn one epoch. I performed on a computer with a GTX 1080 Ti graphics card and the memory is 32G, but my cpu is noot good. I cost about 14 hours one epoch. I want to know if it’s the cpu problem.

from giga.

Steve-Tod avatar Steve-Tod commented on September 24, 2024

I tried aff_mesh.export(str(self.mesh_dir / (name + "_aff.obj"))), the issue of file_type disappeared.
Then i appeared the issue of array out of bounds (IndexError: index 201 is out of bounds for axis 0 with size 201).
Finally, found that the data of data/urdfs/packed/test/Paprika_800_tex_visual.obj is short of the letter 'v'(at the line of 15).

Hmm, that's interesting. Because I checked the data that I uploaded, and there's no such problem.

I just re-extracted the data.zip file and found that the data is complete.

I want to know how long have you cost about training vgn one epoch. I performed on a computer with a GTX 1080 Ti graphics card and the memory is 32G, but my cpu is noot good. I cost about 14 hours one epoch. I want to know if it’s the cpu problem.

When training the network on pile dataset (the larger one), one epoch takes 2 hours on one RTX 2080 Ti. So I think the problem is with CPU. You can check the "Volatile GPU-Util" given by nvidia-smi to see if the GPU is fully used. GPU-Util over 80% is a good sign.

from giga.

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.