Skip to content

Freja71122/DETR3D-HFAI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DETR3D

This repo is to build a lightweight DETR3D without relying on MMDET3D.

Prepare Dataset

Follow MMDET3D to prepare dataset.

Current supported datasets: nuScenes

Download Pretrained Model

Downloads the pretrained backbone weights fcos3d to ckpts/.

Train

With mmdet3d

python tools/train.py configs/detr3d/detr3d_res101_gridmask.py

Without mmdet3d

python tools/train_wo_mmdet3d.py configs/detr3d/detr3d_res101_gridmask.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages