GithubHelp home page GithubHelp logo

Comments (7)

edwardzhou130 avatar edwardzhou130 commented on August 21, 2024 2

Thanks for your interest in our work. The result we provided in the supplemental materials was from a simple version of CenterFormer, which only aims to demonstrate the improvement of our transformer structure. I still need to test it with some features in our paper (deformable attention/ multi-frame fusion) and find a more suitable training setting. I will add the codes for nuScenes once I complete those experiments.

from centerformer.

edwardzhou130 avatar edwardzhou130 commented on August 21, 2024 1

@rockywind You can refer to CenterPoint's configs for the training in nuScenes. What I did was simply switch the neck and bbox head to CenterFormer.
Some notes: 1) Some modules and parameters that work well in Waymo may not work in nuScenes due to the difference in the data and evaluation method, like the IoU loss.

2) Our released code currently does not support multi-task in the bbox head.

from centerformer.

rockywind avatar rockywind commented on August 21, 2024

@edwardzhou130
您好,有个问题请教一下哈。
怎么用nuscene数据集去调试,centerformer代码。手中暂时没有waymo数据集

from centerformer.

rockywind avatar rockywind commented on August 21, 2024

@edwardzhou130
您好,按照这个教程安装,运行会报这个错。

  File "/DATA2/xiaoquan.wang/centerformer/det3d/models/detectors/voxelnet_dynamic.py", line 20, in __init__
    super(VoxelNet_dynamic, self).__init__(
  File "/DATA2/xiaoquan.wang/centerformer/det3d/models/detectors/single_stage.py", line 24, in __init__
    self.backbone = builder.build_backbone(backbone)
  File "/DATA2/xiaoquan.wang/centerformer/det3d/models/builder.py", line 35, in build_backbone
    return build(cfg, BACKBONES)
  File "/DATA2/xiaoquan.wang/centerformer/det3d/models/builder.py", line 21, in build
    return build_from_cfg(cfg, registry, default_args)
  File "/DATA2/xiaoquan.wang/centerformer/det3d/utils/registry.py", line 65, in build_from_cfg
    raise KeyError(
KeyError: 'SpMiddleResNetFHD is not in the backbone registry'

from centerformer.

dk-liang avatar dk-liang commented on August 21, 2024

@edwardzhou130 您好,按照这个教程安装,运行会报这个错。

  File "/DATA2/xiaoquan.wang/centerformer/det3d/models/detectors/voxelnet_dynamic.py", line 20, in __init__
    super(VoxelNet_dynamic, self).__init__(
  File "/DATA2/xiaoquan.wang/centerformer/det3d/models/detectors/single_stage.py", line 24, in __init__
    self.backbone = builder.build_backbone(backbone)
  File "/DATA2/xiaoquan.wang/centerformer/det3d/models/builder.py", line 35, in build_backbone
    return build(cfg, BACKBONES)
  File "/DATA2/xiaoquan.wang/centerformer/det3d/models/builder.py", line 21, in build
    return build_from_cfg(cfg, registry, default_args)
  File "/DATA2/xiaoquan.wang/centerformer/det3d/utils/registry.py", line 65, in build_from_cfg
    raise KeyError(
KeyError: 'SpMiddleResNetFHD is not in the backbone registry'

You need to install spconv1.2.1

from centerformer.

rockywind avatar rockywind commented on August 21, 2024

@dk-liang @edwardzhou130
十分感谢。安装好spconv1.2.1,根据这个教程。安装过程没有报错
会出现这个错误。

    from .scn import SpMiddleResNetFHD
  File "/DATA2/xiaoquan.wang/centerformer/det3d/models/backbones/scn.py", line 3, in <module>
    from spconv import SparseConv3d, SubMConv3d
ImportError: cannot import name 'SparseConv3d' from 'spconv' (/home/zongmu/anaconda3/envs/centerformer/lib/python3.9/site-packages/spconv/__init__.py)

from centerformer.

edwardzhou130 avatar edwardzhou130 commented on August 21, 2024

@rockywind Looks like your spconv was not installed correctly.

from centerformer.

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.