Skip to content

代码运行有问题的请看这个 #7

@fengxueguiren

Description

@fengxueguiren

如果代码提示不能导入AttBEVBackboneCORE的错误,
请将代码的配置文件修改为point_pillar_intermediate_core.yaml而不是point_pillar_core.yaml
当batch_size=1时,还需要修改CORE/opencood/models/fuse_modules/core_attentive_collaboration.py中的代码:

att = self.convatt(q, v, att_map)

att = self.convatt(q.unsqueeze(0), v.unsqueeze(0), att_map)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions