Giter Club home page Giter Club logo

leveraging-se-3-equivariance-for-learning-3d-geometric-shape-assembly's People

Contributors

crtie avatar siddheshkanawade avatar warshallrho avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

leveraging-se-3-equivariance-for-learning-3d-geometric-shape-assembly's Issues

One question about 'recon_pts in pred_dict'

Dear authors,

I had tried to run the train.py, and I find that the 'recon_pts' and 'whole_recon_pcs' are not included in 'pre_dict'. Is there any way to get these two values?

[BUG] RuntimeError: mat1 and mat2 shapes cannot be multiplied (93x1024 and 512x1024)

Hi, thank you for sharing the code.

The bug occurs when I edit the config file to use the VN_Regressor to predict the pose. So I wonder if the program supports the VN_Regressor.
Here's where the bug occurs:
File "Leveraging-SE-3-Equivariance-for-Learning-3D-Geometric-Shape-Assembly/BreakingBad/multi
_part_assembly/models/vnn/network.py", line 217, in forward
R_6d, trans = self._predict_pose(
File "Leveraging-SE-3-Equivariance-for-Learning-3D-Geometric-Shape-Assembly/BreakingBad/multi
_part_assembly/models/vnn/network.py", line 167, in _predict_pose
valid_R_6d, valid_trans = self.pose_predictor(
...
File "Leveraging-SE-3-Equivariance-for-Learning-3D-Geometric-Shape-Assembly/BreakingBad/multi
_part_assembly/models/vnn/modules.py", line 152, in forward
f = self.fc_layers(x)
...
File "Leveraging-SE-3-Equivariance-for-Learning-3D-Geometric-Shape-Assembly/BreakingBad/multi
_part_assembly/models/vnn/vn_layers.py", line 33, in forward
x_out = self.map_to_feat(x.transpose(1,-1)).transpose(1,-1)
File "/root/miniconda3/envs/assemblySE3/lib/python3.8/site-packages/torch/nn/modules/module.py", line 1102, in _ca
ll_impl
return forward_call(*input, **kwargs)
File "/root/miniconda3/envs/assemblySE3/lib/python3.8/site-packages/torch/nn/modules/linear.py", line 103, in forw
ard
return F.linear(input, self.weight, self.bias)
File "/root/miniconda3/envs/assemblySE3/lib/python3.8/site-packages/torch/nn/functional.py", line 1848, in linear
return torch._C._nn.linear(input, weight, bias)
RuntimeError: mat1 and mat2 shapes cannot be multiplied (93x1024 and 512x1024)

one question about "dataverse_files/everyday.train.txt"

Dear author,

When I run 'python scripts/train.py --cfg_file configs/vnn/vnn-everyday.py', it shows 'No such file or directory ../dataverse_files/everyday.train.txt', it seems like there is a txt file got lost, could you please tell me how to get it?

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.