FlyingQianMM
FlyingQianMM
In training log, maximum device memory allocated is shown.
reset save_intervals default value in toos/train.py: - if users use `iter` during the traing phase, save_intervals default value is set to `1000` - if users use `epochs` during the traing...
To compute kitti eval result, the 3d boxes on the lidar coordinate need to be transformed to the one on the kitti camera coodinate. On the kitti camera coordinate, the...
Add 3d sparse conv for centerpoint: - middle_encoder is composed with a sparse 3D resnet - accelerate `get_voxel_idx_kernel ` in the hard voxelize custom operation
train dataset would not been initialized during evaluationtrain dataset would not been initializer during evaluation
- Use `pad_shape` instead of `img_shape` for bevformer, where `img_shape` reserves the origin image shape and `pad_shape` is the image shape after padded. - Recover the origin codes where the...
The origin implementation converts bn to sync_bn in the model for evaluation during the multi-gpu training phase, which is not necessarily and changes the training model graph, causes the gradient...
- Add dynamic voxelizer implementation - Add a training config with the dynamic voxelizer for centerpoint
 才开始训练一会儿,显示运行了8个多小时,还剩下5个小时,而且这个时间随机乱跳,用的是ppyolotiny。