Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Publish pretrained model #6

Open
NathanDrake67 opened this issue May 16, 2024 · 0 comments
Open

Publish pretrained model #6

NathanDrake67 opened this issue May 16, 2024 · 0 comments

Comments

@NathanDrake67
Copy link

NathanDrake67 commented May 16, 2024

Hi, I am very interested in your study Sparse2Dense. In your code, there are

S_model = dict(
    type='TwoStageDetector',
    first_stage_cfg=dict(
        type="KD_VoxelNet",
        pretrained='./work_dirs/waymo_centerpoint_voxelnet_3x_distill_interval_5/epoch_30.pth',
        reader=dict(
            type="VoxelFeatureExtractorV3",
            num_input_features=5
        ),
        backbone=dict(
            type="SpMiddleResNetFHD", num_input_features=5, ds_factor=8
        ),

May I ask if it is possible to publish the pre trained model that has been trained like pretrained='./work_dirs/waymo_centerpoint_voxelnet_3x_distill_interval_5/epoch_30.pth' ?

It would be very helpful if you could publish them , thanks again for your brillant work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant