LiyingCV / Long-Range-Grouping-Transformer

Implementation of "Long-Range Grouping Transformer for Multi-View 3D Reconstruction" [ICCV 2023]
MIT License
36 stars 1 forks source link

release the code !(^-^)! hurry up! #3

Closed SWWdz closed 10 months ago

SWWdz commented 11 months ago

release the code !(^-^)! hurry up!

george-kalitsios commented 11 months ago

release the code !(^-^)! hurry up!

LiyingCV commented 11 months ago

Hi, we will release the complete model code in December 2023.

LiyingCV commented 10 months ago

The complete model code has been released, so I close this comment.

SWWdz commented 10 months ago

Where is the runner.py? I can't find in your project.

------------------ 原始邮件 ------------------ 发件人: "LiyingCV/Long-Range-Grouping-Transformer" @.>; 发送时间: 2023年12月24日(星期天) 下午2:21 @.>; @.**@.>; 主题: Re: [LiyingCV/Long-Range-Grouping-Transformer] release the code !(^-^)! hurry up! (Issue #3)

The complete model code has been released, so I close this comment.

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>

george-kalitsios commented 10 months ago

Could you please check the config.py file for errors? Several parameters are missing.

LiyingCV commented 10 months ago

Could you please check the config.py file for errors? Several parameters are missing.

Hi, could you tell me which parameters are missing? The code worked fine before I uploaded it.

george-kalitsios commented 10 months ago

C.NETWORK.ENCODER.VIT.USE_CLS_TOKEN C.NETWORK.DECODER.VOXEL_SIZE C.TRAIN.UPDATE_N_VIEWS_RENDERING_PER_EPOCH __C.TRAIN.UPDATE_N_VIEWS_RENDERING_PER_ITERATION C.NETWORK.DECODER.GROUP.SOFTMAX_DROPOUT C.NETWORK.DECODER.GROUP.ATTENTION_MLP_DROPOUT C.NETWORK.MERGER.FC.DIM

george-kalitsios commented 10 months ago

I was able to run the code, however keep the following four issues in mind: 1) TypeError: forward() got an unexpected keyword argument 'lga' 2) AttributeError: module 'utils.helpers' has no attribute 'reduce_value' self.layer_norm = torch.nn.LayerNorm(cfg.NETWORK.MERGER.FC.DIM) 3) AttributeError: 'EasyDict' object has no attribute 'FC' 4) TypeError: forward() got an unexpected keyword argument 'overlap'

LiyingCV commented 10 months ago

I was able to run the code, however keep the following four issues in mind: 1) TypeError: forward() got an unexpected keyword argument 'lga' 2) AttributeError: module 'utils.helpers' has no attribute 'reduce_value' self.layer_norm = torch.nn.LayerNorm(cfg.NETWORK.MERGER.FC.DIM) 3) AttributeError: 'EasyDict' object has no attribute 'FC' 4) TypeError: forward() got an unexpected keyword argument 'overlap'

Hi, I get it. Maybe due to the wrong version of the uploaded code. I will check them later, and you can download the new version code this weekend.

LiyingCV commented 10 months ago

I was able to run the code, however keep the following four issues in mind: 1) TypeError: forward() got an unexpected keyword argument 'lga' 2) AttributeError: module 'utils.helpers' has no attribute 'reduce_value' self.layer_norm = torch.nn.LayerNorm(cfg.NETWORK.MERGER.FC.DIM) 3) AttributeError: 'EasyDict' object has no attribute 'FC' 4) TypeError: forward() got an unexpected keyword argument 'overlap'

I updated the code, and you can re-download them. If you have any other questions, please contact us.