"/home/PJLAB/zhuchenming/mmdet3d_refactor/mmengine/mmengine/model/utils.py:800: UserWarning: Cannot import torch.fx, `merge_dict` is a simple function to merge multiple dicts\n",
" warnings.warn('Cannot import torch.fx, `merge_dict` is a simple function '\n"
]
}
],
"outputs": [],
"metadata": {
"pycharm": {
"is_executing": false
...
...
@@ -26,21 +17,12 @@
},
{
"cell_type": "code",
"execution_count": 2,
"execution_count": null,
"source": [
"# register all modules in mmdet3d into the registries\n",
"register_all_modules()"
],
"outputs": [
{
"output_type": "stream",
"name": "stderr",
"text": [
"/home/PJLAB/zhuchenming/mmdet3d_refactor/mmdetection3d/mmdet3d/models/backbones/mink_resnet.py:10: UserWarning: Please follow `getting_started.md` to install MinkowskiEngine.`\n",
" 'Please follow `getting_started.md` to install MinkowskiEngine.`')\n"
]
}
],
"outputs": [],
"metadata": {}
},
{
...
...
@@ -60,33 +42,17 @@
},
{
"cell_type": "code",
"execution_count": 9,
"execution_count": null,
"source": [
"# build the model from a config file and a checkpoint file\n",
"/home/PJLAB/zhuchenming/mmdet3d_refactor/mmdetection3d/mmdet3d/models/dense_heads/anchor3d_head.py:93: UserWarning: dir_offset and dir_limit_offset will be depressed and be incorporated into box coder in the future\n",
" 'dir_offset and dir_limit_offset will be depressed and be '\n"
]
},
{
"output_type": "stream",
"name": "stdout",
"text": [
"local loads checkpoint from path: /home/PJLAB/zhuchenming/checkpoints/hv_second_secfpn_6x8_80e_kitti-3d-3class_20210831_022017-ae782e87.pth\n"
"/home/PJLAB/zhuchenming/mmdet3d_refactor/mmengine/mmengine/visualization/visualizer.py:167: UserWarning: `Visualizer` backend is not initialized because save_dir is None.\n",
" warnings.warn('`Visualizer` backend is not initialized '\n"