Commit 1688775
authored
v0.1.3 (#138)
* fix: Fix reduce_mean and nms.
* fix: Fix lint.
* feat: Add VIS flag and update transformer related code.
* fix: Fix mypy for PyTorch 2.4.0
* feat: Add compute FLOPs flag.
* feat: Add fix sized resize, update vis functional and fix test error.
* fix: Fix tests.
* fix: Update ipynb for test.
* feat: Update docs.
* fix: Separate to hdf5 script.
* feat: Give user freedom to select dist tmp dir.
* fix: Fix pylint.
* feat: Add pl trainer ddp timeout and separate evaluator callback metircs.
* fix: Fix lint.
* fix: Fix bbox3d visualizer for corner cases. Update Visualizer callback to support multiple visualizers.
* feat: Add grad checking and set wandb id.
* fix: Fix function args.
* feat: Update CBGS, bbox3D visualization.
* feat: Add AspectRationBatchSampler.
* feat: Update data loader for multiple datasets; add COCO categories; update bbox visualizer.
* feat: Update bbox3d visualizer and evaluator.
* feat: Update DLA basemodel.
* feat: Disable system tmp for gather cpu.
* feat: Fix DLA for DDP and gradient checkpointing.
* feat: Separate wandb id and version.
* feat: Add dumping 3D boxes npy.
* feat: Enable drop last for data loader.
* feat: Make sampler of train dataloader configurable.
* feat: Update visualization for wandb.
* feat: Support wand log image for visualizer callback.
* feat: Add hungarian matching.
* feat: Enable efficient MultiHeadAttention.
* feat: Fix lr scheduler callback for accumulate gradient.
* feat: Update trainer global_step.
* feat: Update checkpoint for ResNet.
* feat: Update scheduler and add control for check unused parameters.
* feat: Update sampler for train dataloader.
* feat: Update pillow bounding boxes visualization.
* fix: Fix typo and update hdf5 backend.
* feat: Merge engine and pl.
* feat: Refactor Callbacks.
* feat: lint.
* feat: lint.
* feat: Refactor data const.
* feat: Update doc.
* feat: Update cuda ops link.
* feat: Update test.
* fix: Fix lint.
* fix: Remove scalabel test for detection.
* feat: Update version.1 parent e22fc28 commit 1688775
214 files changed
Lines changed: 2229 additions & 4460 deletions
File tree
- .github
- workflows
- docs
- source
- dev_guide
- faq
- user_guide
- requirements
- tests
- common
- config
- data
- datasets
- io
- transforms
- testcases
- engine
- callbacks
- optim
- eval
- scalabel
- shift
- model
- detect3d
- detect
- seg
- track3d
- track
- op
- base
- detect
- pl
- vis/image
- testcases
- bbox3d
- BEV
- CAM_BACK_RIGHT
- CAM_FRONT
- zoo
- vis4d
- common
- config
- data
- datasets
- io
- transforms
- engine
- callbacks
- optim
- eval
- bdd100k
- coco
- common
- nuscenes
- scalabel
- shift
- model/track3d
- op
- base
- box
- poolers
- detect3d
- detect
- fpp
- layer
- mask
- track
- pl
- callbacks
- vis
- functional
- image
- canvas
- pointcloud
- zoo
- base
- datasets/shift
- models
- bdd100k
- faster_rcnn
- mask_rcnn
- qdtrack
- semantic_fpn
- bevformer
- cc_3dt
- faster_rcnn
- fcn_resnet
- mask_rcnn
- qdtrack
- retinanet
- shift
- faster_rcnn
- mask_rcnn
- semantic_fpn
- vit
- yolox
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
92 | | - | |
| 92 | + | |
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
72 | 71 | | |
73 | 72 | | |
74 | 73 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
| 2 | + | |
| 3 | + | |
4 | 4 | | |
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
411 | 411 | | |
412 | 412 | | |
413 | 413 | | |
| 414 | + | |
414 | 415 | | |
415 | 416 | | |
416 | 417 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
11 | 14 | | |
12 | 15 | | |
13 | 16 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
97 | | - | |
| 97 | + | |
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
105 | | - | |
| 105 | + | |
106 | 106 | | |
| 107 | + | |
107 | 108 | | |
108 | 109 | | |
109 | 110 | | |
110 | 111 | | |
111 | | - | |
| 112 | + | |
112 | 113 | | |
113 | 114 | | |
114 | 115 | | |
| |||
117 | 118 | | |
118 | 119 | | |
119 | 120 | | |
120 | | - | |
| 121 | + | |
121 | 122 | | |
122 | 123 | | |
123 | 124 | | |
| |||
0 commit comments