forked from open-mmlab/OpenPCDet
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Code release of MPPNet for multi-frame 3D object detection (open-mmla…
…b#1089) * add mppnet in openpcdet * add mppnet yamls * add IOU_WEIGHT Flag * add IOU_WEIGHT Flag * add IOU_WEIGHT Flag * add 16 frame effi_test * add ctrans * use effi crop * update mppnet_head.py * update mppnet_16frame.yaml * update test.py * add mppnet_4frame.yaml * update mppnet_4frame.yaml * update deted_template * update det3d_template * update yaml and clean mppnet head * rm unused py and yaml * update yamls * fixbug of bs 2 eval * fixbug of bs>1 eval * update mppnet training code * update training code * rm unused file * rm unused file * reorganzie code * reorginaze code * add transformer.py with paper name * add transformer.py with paper name * add transformer.py with paper name * reorganize code * reorganize code * reorganize code * reorganize code * reorganize code * reorganize code * reorganize code * reorganize code * rm unused code * rm unused code * format codes * support save_to_file for WOD to save model predicted results * fix small bug in generate_single_sample_dict * support to load pred_boxes from result.pkl to avoid massive small object loading * bugfixed: train with MPPNet * bugfixed: remove num_frames in transformer.forward() * bugfixed: remove num_frames in transformer.forward(), continue * support to configure train/val result.pkl for ROI_BOXES_PATH for MPPNet * update MPPNet codes * bugfixed to support float32/float64 GT database * update document Co-authored-by: Shaoshuai Shi <shaoshuaics@gmail.com>
- Loading branch information
1 parent
aa753ec
commit ef7da7d
Showing
23 changed files
with
3,230 additions
and
63 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
# Will be available soon | ||
# The guideline of MPPNet Will be available soon |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.