indigo

Results 8 issues of indigo

### Prerequisite - [X] I have searched [Issues](https://github.com/open-mmlab/mmdetection3d/issues) and [Discussions](https://github.com/open-mmlab/mmdetection3d/discussions) but cannot get the expected help. - [X] I have read the [FAQ documentation](https://mmdetection3d.readthedocs.io/en/latest/notes/faq.html) but cannot get the expected help....

Hi,Authors! Thanks for such great job!I notice that you also train CWALT dataset on BCNet,Is it convenient to realease the experimental code for bcnet training?It would also be helpful to...

Hi,author! Sorry to bother you again, I would like to ask if it is convenient now to release the code for thumos14 dataset as well the postprocessing file :)

init error in [here](https://github.com/MCG-NJU/SparseBEV/blob/main/configs/vov99_dd3d_1600x640_trainval_future.py#L15)

### Prerequisite - [X] I have searched [Issues](https://github.com/open-mmlab/mmdetection3d/issues) and [Discussions](https://github.com/open-mmlab/mmdetection3d/discussions) but cannot get the expected help. - [X] I have read the [FAQ documentation](https://mmdetection3d.readthedocs.io/en/latest/notes/faq.html) but cannot get the expected help....

我在提交任务后,终端报错如下: ConnectionError: Tried to launch distributed communication on port `29500`, but another process is utilizing it. Please specify a different port (such as using the `--main_process_port` flag or specifying a...

老哥你好请问您能接别的尺寸测量的活吗?如果方便的话我的vx:15537719672

老哥您好!不好意思再次打扰您,我在训练Cityspaces首先预训练了一个检测器 python train_net.py --cfg_file configs/city_snake.yaml model rcnn_det 接着我尝试一起训练polysnake python train_net.py --cfg_file configs/city_snake.yaml model rcnn_snake det_model rcnn_det 但是我发现config中的det_model没有被调用,预训练的检测器权重没有被加载 我发现在[snake](https://github.com/zju3dv/snake/blob/7123a153bd77f92888e636bc3be405076bf86474/lib/networks/rcnn_snake/ct_rcnn_snake.py#L26)的代码中有加载检测器权重的代码但是[PolySnake](https://github.com/fh2019ustc/PolySnake/blob/master/lib/networks/rcnn_snake/ct_rcnn_snake.py#L26)中却没有,我可以把这两行代码加上一起训练Cityspaces吗?