Giter Site home page Giter Site logo

Comments (1)

edwardzhou130 avatar edwardzhou130 commented on June 19, 2024

Hello, thanks for your interest in our work. Sorry, I currently do not have access to my previous pretrained weight. If you need to lower the memory cost, you can try changing the following parameters:

  1. batch size -> 1 or 2
  2. channel size
    backbone=dict(
    type="SpMiddleResNetFHD", num_input_features=5, ds_factor=8),
    neck=dict(
    type="RPN_transformer_multitask",
    layer_nums=[5, 5, 1],
    ds_num_filters=[256, 256, 128],
    num_input_features=256,
    tasks=tasks,
    use_gt_training=True,
    corner = True,
    obj_num= 500,
    assign_label_window_size=window_size,
    transformer_config=dict(
    depth = 3,
    heads = 4,
    dim_head = 64,
    MLP_dim = 256,
    DP_rate=0.3,
    out_att = False,
    cross_attention_kernel_size = [3,3,3]
    ),
    logger=logging.getLogger("RPN"),
    ),
    bbox_head=dict(
    type="CenterHeadIoU_1d",
    in_channels=256,
    tasks=tasks,
    dataset='nuscenes',
    weight=0.25,
    assign_label_window_size=window_size,
    corner_loss=True,
    iou_loss=False,
    code_weights=[1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 0.2, 0.2, 1.0, 1.0],
    common_heads={'reg': (2, 2), 'height': (1, 2), 'dim':(3, 2), 'rot':(2, 2), 'vel': (2, 2)},
    ),
    )
  3. voxel size -> [0.1, 0.1, 0.2]

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.