Giter Club home page Giter Club logo

so-pose's People

Contributors

shangbuhuan13 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  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

so-pose's Issues

配置文件中`TRAIN2=("lmo_pbr_train")`是否必要

您好!
我准备使用gdrn_selfocc_multistep_40E.py配置文件复现实验,但是我发现在生成xyz后lm/train_pbr/xyz_crop已经很大,并且准备生成train_pbr/Q0,但是这个我估计要3T的存储空间,所以想问下配置文件中TRAIN2=("lmo_pbr_train",),的这个是否必要?

linemod results with resnet50 or resnet34

Hi, I have a small question about the results on linemod dataset.

I see that in the paper, the backbone should be ResNet34, however, in the codebase, it seems like ResNet50 (

PRETRAINED="mmcls://resnet50_v1d",
).

I also run the linemod experiments with exact the config file in the repo, getting result ADI.10 ~95.5 with ResNet50. So I would like to confirm with you what is the Backbone used in linemod results?

question about backbone in experiment configs for LM dataset

Hi,

Thanks for your great work! I have a question about the backbone in LM datasets. In your paper, you said that "As backbone we leverage ResNet34 [6] for all experiments on the LM dataset", but the config files in this repo seems different:

       BACKBONE=dict(
            FREEZE=False,
            PRETRAINED="mmcls://resnet50_v1d",
            INIT_CFG=dict(
                _delete_=True,
                type="mm/ResNetV1d",
                depth=50,
                in_channels=3,
                out_indices=(3,),
            ),
        ),

and the output feature dimension is 2048, not 512 as in GDR-Net.

Could you help to clarify this? Thanks!

生成xyz_crop时碰到的一些问题

您好,我之前在研究gdrnet的相关工作,但一直无法成功运行生成xyz_crop的程序。而我在您开源的这份代码的readme中看到您提及generate p.py对应的是2d-3d matching的groundtruth,这里生成的是否就是gdrnet中需要的xyz_crop呢。如果是的话,我是应该运行generate_pbr_P.py还是generate_pbr_P_fast.py呢?生成的xyz_crop和gdrnet中要求的是否一致呢?

关于configs/gdrn_selfocc/lm参数设置

在模型文件GDRN.py中用到了"Q0_DEF_LW"和"HANDLE_SYM"这两个参数,但在configs/gdrn_selfocc/lm 文件夹中的配置文件没有设置这两个参数,请问这两个参数应该设置什么数值?

请问在训练过程中,cpu无法跑满怎么办。

image

如图所示,cpu无法跑满,导致速度很慢,请问这个有解决办法吗。不知道是不是因为你们基于detectron2的问题还是别的。
感谢解答。
我跑了很多天了,设置多个num_workers后,cpu无法跑满,导致我的速度非常慢,这个怎么办呢。是和你们依托detectron有关吗,还是你别的原因,我看你们在代码中,好像是也有遇到相关问题吗

question about implementation of 2D cross layer consistency

Hi,

Thanks again for your great work. I have a question about the implementation of 2D consistency loss

loss = ((loss_x + loss_y + loss_z) / (z_mask_sum.sum())) / 572.3 # depends on K

I am confused why the loss is divide by 572.3. In datasets/BOP_DATASETS/lm/camera.json I see the camera information is

{
  "cx": 325.2611,
  "cy": 242.04899,
  "depth_scale": 1.0,
  "fx": 572.4114,
  "fy": 573.57043,
  "height": 480,
  "width": 640
}

Also, will this impact YCBV dataset, since it has different camera intrinsic parameters? Thanks!

没有egl_renderer

我运行
image
这个代码时发现缺少
image
请问您可以提供一下嘛?十分感谢!

Some error questions about generate_P_fast.py

sorry to be a bother, when I run this python file, it shows an error called "AssertionError: /home/fxj/SO-Pose-main/datasets/BOP_DATASETS/lm/train_pbr/xyz_crop/000000/000000_000001-xyz.pkl", where can I find"000000_000001-xyz.pkl"?

How to evaluate the trained model on YCBV?

Could you provide a brief script to show how to evaluate the trained model on YCBV dataset? I just found it is hard to run the evaluation based on your current descriptions. Thx.

对于real+syn实验的疑问

作者您好,我对您的工作十分感兴趣,在复现论文的过程中,我发现在lmo数据集实验中,有关于real+syn的实验设置,但是我发现syn数据的生成有很大的随机性,请问您可以分享一下syn数据集吗?十分感谢您!

缺少lib.egl_renderer

您好,我在运行lmo_2_vis_poses.py时出现了错误,提示ModuleNotFoundError: No module named 'lib.egl_renderer',可以麻烦提供一下吗,谢谢!

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.