shawnding
shawnding
Hi, I am trying to test an existed model, say `centerpoint_01voxel_second_secfpn_circlenms_4x8_cyclic_20e_nus.py` , with 2 machines, each with 2 GPUs. I referred to this [tutorial](https://github.com/open-mmlab/mmdetection3d/blob/master/docs/en/1_exist_data_model.md#train-with-multiple-machines) and ran the following codes. On...
Where can I get the raw training log for [this](https://github.com/tianweiy/CenterPoint/tree/master/configs/nusc#:~:text=Link-,centerpoint_voxel_1440,-59.6) model? It seems like the Google Drive link only provides pretrained weights and val results.
Hi, https://github.com/traveller59/spconv/blob/master/spconv/pytorch/utils.py#L23 Is there a way to use the `PointToVoxel` function for batched points input, like open3d's [voxelize](http://www.open3d.org/docs/release/python_api/open3d.ml.torch.ops.voxelize.html) Thank you!
### Checklist - [X] I have searched for [similar issues](https://github.com/isl-org/Open3D-ML/issues). - [X] I have tested with the [latest development wheel](http://www.open3d.org/docs/latest/getting_started.html#development-version-pip). - [X] I have checked the [release documentation](http://www.open3d.org/docs/release/) and the...
Hi @Abyssaledge , I noticed some differences in configs of 3-frame and single-frame FSD on waymo. It seems like different versions of WOD dataset is used (because the `in_channels` is...
Hi, Thank you for your excellent translator tool! There's only a small question that has been bothering me for a while. Say I opened some pdf from the web `https://example.com/file.pdf`,...
Hi, Thank you for your excellent work! I noticed there are two different implementations of pillarnet-34 in the code, `SpMiddlePillarEncoder34` and `SpMiddlePillarEncoder34A`. But the `SpMiddlePillarEncoder34A` seems not mentioned in the...
https://github.com/chrischoy/SpatioTemporalSegmentation-ScanNet/blob/e6e7a152d888fe62529b8440d9bbb9f928768f52/run.sh#L64 This line raises an error `FileNotFoundError: [Errno 2] No such file or directory: '/config.json'`. There should be no underscore in this line. This line should be: ``` --test_config $OUTPATH/config.json...