mmtracking
mmtracking copied to clipboard
win10 3060 cuda 11.0 pytroch 1.7.1 运行demo时报错CUDAERROR
windows10 D:\anaconda\envs\mmtrack\lib\site-packages\mmcv_init_.py:21: UserWarning: On January 1, 2023, MMCV will release v2.0.0, in which it will remove components related to the training process and add a data transformation module. In addition, it will rename the package names mmcv to mmcv-lite and mmcv-full to mmcv. See https://github.com/open-mmlab/mmcv/blob/master/docs/en/compatibility.md for more details. 'On January 1, 2023, MMCV will release v2.0.0, in which it will remove ' sys.platform: win32 Python: 3.7.16 (default, Jan 17 2023, 16:06:28) [MSC v.1916 64 bit (AMD64)] CUDA available: True GPU 0: NVIDIA GeForce RTX 3060 Laptop GPU CUDA_HOME: C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.0 NVCC: Cuda compilation tools, release 11.0, V11.0.194 MSVC: 用于 x64 的 Microsoft (R) C/C++ 优化编译器 19.29.30141 版 GCC: n/a PyTorch: 1.7.1 PyTorch compiling details: PyTorch built with:
- C++ Version: 199711
- MSVC 192729112
- Intel(R) Math Kernel Library Version 2020.0.0 Product Build 20191125 for Intel(R) 64 architecture applications
- Intel(R) MKL-DNN v1.6.0 (Git Hash 5ef631a030a6f73131c77892041042805a06064f)
- OpenMP 2019
- CPU capability usage: AVX2
- CUDA Runtime 11.0
- NVCC architecture flags: -gencode;arch=compute_37,code=sm_37;-gencode;arch=compute_50,code=sm_50;-gencode;arch=compute_60,code=sm_60;-gencode;arch=compute_61,code=sm_61;-gencode;arch=compute_70,code=sm_70;-gencode;arch=compute_75,code=sm_75;-gencode;arch=compute_80,code=sm_80;-gencode;arch=compute_37,code=compute_37
- CuDNN 8.0.4
- Magma 2.5.4
- Build settings: BLAS=MKL, BUILD_TYPE=Release, CXX_FLAGS=/DWIN32 /D_WINDOWS /GR /EHsc /w /bigobj -openmp:experimental -DNDEBUG -DUSE_FBGEMM -DUSE_VULKAN_WRAPPER, PERF_WITH_AVX=1, PERF_WITH_AVX2=1, PERF_WITH_AVX512=1, USE_CUDA=ON, USE_EXCEPTION_PTR=1, USE_GFLAGS=OFF, USE_GLOG=OFF, USE_MKL=ON, USE_MKLDNN=ON, USE_MPI=OFF, USE_NCCL=OFF, USE_NNPACK=OFF, USE_OPENMP=ON,
TorchVision: 0.8.2 OpenCV: 4.7.0 MMCV: 1.7.1 MMCV Compiler: MSVC 192930141 MMCV CUDA Compiler: 11.0 MMTracking: 0.14.0+5b47f18
运行python demo/demo_mot_vis.py configs/mot/deepsort/sort_faster-rcnn_fpn_4e_mot17-private.py --input demo/demo.mp4 --output mot.mp4
报错情况 D:\anaconda\envs\mmtrack\lib\site-packages\mmcv_init_.py:21: UserWarning: On January 1, 2023, MMCV will release v2.0.0, in which it will remove components related to the training process and add a data transformation module. In addition, it will rename the package names mmcv to mmcv-lite and mmcv-full to mmcv. See https://github.com/open-mmlab/mmcv/blob/master/docs/en/compatibility.md for more details. 'On January 1, 2023, MMCV will release v2.0.0, in which it will remove ' Error importing BURST due to missing underlying dependency: No module named 'tabulate' 2023-03-07 18:29:13,199 - mmcv - INFO - initialize FasterRCNN with init_cfg {'type': 'Pretrained', 'checkpoint': 'https://download.openmmlab.com/mmtracking/mot/faster_rcnn/faster-rcnn_r50_fpn_4e_mot17-ffa52ae7.pth'} 2023-03-07 18:29:13,199 - mmcv - INFO - load model from: https://download.openmmlab.com/mmtracking/mot/faster_rcnn/faster-rcnn_r50_fpn_4e_mot17-ffa52ae7.pth 2023-03-07 18:29:13,200 - mmcv - INFO - load checkpoint from http path: https://download.openmmlab.com/mmtracking/mot/faster_rcnn/faster-rcnn_r50_fpn_4e_mot17-ffa52ae7.pth 2023-03-07 18:29:13,314 - mmcv - INFO - detector.backbone.conv1.weight - torch.Size([64, 3, 7, 7]): PretrainedInit: load from https://download.openmmlab.com/mmtracking/mot/faster_rcnn/faster-rcnn_r50_fpn_4e_mot17-ffa52ae7.pth
2023-03-07 18:29:13,315 - mmcv - INFO - detector.backbone.bn1.weight - torch.Size([64]): PretrainedInit: load from https://download.openmmlab.com/mmtracking/mot/faster_rcnn/faster-rcnn_r50_fpn_4e_mot17-ffa52ae7.pth
2023-03-07 18:29:13,316 - mmcv - INFO - detector.backbone.bn1.bias - torch.Size([64]): PretrainedInit: load from https://download.openmmlab.com/mmtracking/mot/faster_rcnn/faster-rcnn_r50_fpn_4e_mot17-ffa52ae7.pth
2023-03-07 18:29:13,316 - mmcv - INFO - detector.backbone.layer1.0.conv1.weight - torch.Size([64, 64, 1, 1]): PretrainedInit: load from https://download.openmmlab.com/mmtracking/mot/faster_rcnn/faster-rcnn_r50_fpn_4e_mot17-ffa52ae7.pth
2023-03-07 18:29:13,316 - mmcv - INFO - detector.backbone.layer1.0.bn1.weight - torch.Size([64]): PretrainedInit: load from https://download.openmmlab.com/mmtracking/mot/faster_rcnn/faster-rcnn_r50_fpn_4e_mot17-ffa52ae7.pth
2023-03-07 18:29:13,316 - mmcv - INFO - detector.backbone.layer1.0.bn1.bias - torch.Size([64]): PretrainedInit: load from https://download.openmmlab.com/mmtracking/mot/faster_rcnn/faster-rcnn_r50_fpn_4e_mot17-ffa52ae7.pth
2023-03-07 18:29:13,316 - mmcv - INFO - detector.backbone.layer1.0.conv2.weight - torch.Size([64, 64, 3, 3]): PretrainedInit: load from https://download.openmmlab.com/mmtracking/mot/faster_rcnn/faster-rcnn_r50_fpn_4e_mot17-ffa52ae7.pth
2023-03-07 18:29:13,317 - mmcv - INFO - detector.backbone.layer1.0.bn2.weight - torch.Size([64]): PretrainedInit: load from https://download.openmmlab.com/mmtracking/mot/faster_rcnn/faster-rcnn_r50_fpn_4e_mot17-ffa52ae7.pth
2023-03-07 18:29:13,317 - mmcv - INFO - detector.backbone.layer1.0.bn2.bias - torch.Size([64]): PretrainedInit: load from https://download.openmmlab.com/mmtracking/mot/faster_rcnn/faster-rcnn_r50_fpn_4e_mot17-ffa52ae7.pth
2023-03-07 18:29:13,317 - mmcv - INFO - detector.backbone.layer1.0.conv3.weight - torch.Size([256, 64, 1, 1]): PretrainedInit: load from https://download.openmmlab.com/mmtracking/mot/faster_rcnn/faster-rcnn_r50_fpn_4e_mot17-ffa52ae7.pth
2023-03-07 18:29:13,317 - mmcv - INFO - detector.backbone.layer1.0.bn3.weight - torch.Size([256]): PretrainedInit: load from https://download.openmmlab.com/mmtracking/mot/faster_rcnn/faster-rcnn_r50_fpn_4e_mot17-ffa52ae7.pth
2023-03-07 18:29:13,317 - mmcv - INFO - detector.backbone.layer1.0.bn3.bias - torch.Size([256]): PretrainedInit: load from https://download.openmmlab.com/mmtracking/mot/faster_rcnn/faster-rcnn_r50_fpn_4e_mot17-ffa52ae7.pth
2023-03-07 18:29:13,317 - mmcv - INFO - detector.backbone.layer1.0.downsample.0.weight - torch.Size([256, 64, 1, 1]): PretrainedInit: load from https://download.openmmlab.com/mmtracking/mot/faster_rcnn/faster-rcnn_r50_fpn_4e_mot17-ffa52ae7.pth
2023-03-07 18:29:13,317 - mmcv - INFO - detector.backbone.layer1.0.downsample.1.weight - torch.Size([256]): PretrainedInit: load from https://download.openmmlab.com/mmtracking/mot/faster_rcnn/faster-rcnn_r50_fpn_4e_mot17-ffa52ae7.pth
2023-03-07 18:29:13,317 - mmcv - INFO - detector.backbone.layer1.0.downsample.1.bias - torch.Size([256]): PretrainedInit: load from https://download.openmmlab.com/mmtracking/mot/faster_rcnn/faster-rcnn_r50_fpn_4e_mot17-ffa52ae7.pth
2023-03-07 18:29:13,318 - mmcv - INFO - detector.backbone.layer1.1.conv1.weight - torch.Size([64, 256, 1, 1]): PretrainedInit: load from https://download.openmmlab.com/mmtracking/mot/faster_rcnn/faster-rcnn_r50_fpn_4e_mot17-ffa52ae7.pth
2023-03-07 18:29:13,318 - mmcv - INFO - detector.backbone.layer1.1.bn1.weight - torch.Size([64]): PretrainedInit: load from https://download.openmmlab.com/mmtracking/mot/faster_rcnn/faster-rcnn_r50_fpn_4e_mot17-ffa52ae7.pth
2023-03-07 18:29:13,318 - mmcv - INFO - detector.backbone.layer1.1.bn1.bias - torch.Size([64]): PretrainedInit: load from https://download.openmmlab.com/mmtracking/mot/faster_rcnn/faster-rcnn_r50_fpn_4e_mot17-ffa52ae7.pth
2023-03-07 18:29:13,318 - mmcv - INFO - detector.backbone.layer1.1.conv2.weight - torch.Size([64, 64, 3, 3]): PretrainedInit: load from https://download.openmmlab.com/mmtracking/mot/faster_rcnn/faster-rcnn_r50_fpn_4e_mot17-ffa52ae7.pth
2023-03-07 18:29:13,318 - mmcv - INFO - detector.backbone.layer1.1.bn2.weight - torch.Size([64]): PretrainedInit: load from https://download.openmmlab.com/mmtracking/mot/faster_rcnn/faster-rcnn_r50_fpn_4e_mot17-ffa52ae7.pth
2023-03-07 18:29:13,318 - mmcv - INFO - detector.backbone.layer1.1.bn2.bias - torch.Size([64]): PretrainedInit: load from https://download.openmmlab.com/mmtracking/mot/faster_rcnn/faster-rcnn_r50_fpn_4e_mot17-ffa52ae7.pth
2023-03-07 18:29:13,318 - mmcv - INFO - detector.backbone.layer1.1.conv3.weight - torch.Size([256, 64, 1, 1]): PretrainedInit: load from https://download.openmmlab.com/mmtracking/mot/faster_rcnn/faster-rcnn_r50_fpn_4e_mot17-ffa52ae7.pth
2023-03-07 18:29:13,319 - mmcv - INFO - detector.backbone.layer1.1.bn3.weight - torch.Size([256]): PretrainedInit: load from https://download.openmmlab.com/mmtracking/mot/faster_rcnn/faster-rcnn_r50_fpn_4e_mot17-ffa52ae7.pth
2023-03-07 18:29:13,319 - mmcv - INFO - detector.backbone.layer1.1.bn3.bias - torch.Size([256]): PretrainedInit: load from https://download.openmmlab.com/mmtracking/mot/faster_rcnn/faster-rcnn_r50_fpn_4e_mot17-ffa52ae7.pth
2023-03-07 18:29:13,319 - mmcv - INFO - detector.backbone.layer1.2.conv1.weight - torch.Size([64, 256, 1, 1]): PretrainedInit: load from https://download.openmmlab.com/mmtracking/mot/faster_rcnn/faster-rcnn_r50_fpn_4e_mot17-ffa52ae7.pth
2023-03-07 18:29:13,319 - mmcv - INFO - detector.backbone.layer1.2.bn1.weight - torch.Size([64]): PretrainedInit: load from https://download.openmmlab.com/mmtracking/mot/faster_rcnn/faster-rcnn_r50_fpn_4e_mot17-ffa52ae7.pth
2023-03-07 18:29:13,319 - mmcv - INFO - detector.backbone.layer1.2.bn1.bias - torch.Size([64]): PretrainedInit: load from https://download.openmmlab.com/mmtracking/mot/faster_rcnn/faster-rcnn_r50_fpn_4e_mot17-ffa52ae7.pth
2023-03-07 18:29:13,319 - mmcv - INFO - detector.backbone.layer1.2.conv2.weight - torch.Size([64, 64, 3, 3]): PretrainedInit: load from https://download.openmmlab.com/mmtracking/mot/faster_rcnn/faster-rcnn_r50_fpn_4e_mot17-ffa52ae7.pth
2023-03-07 18:29:13,320 - mmcv - INFO - detector.backbone.layer1.2.bn2.weight - torch.Size([64]): PretrainedInit: load from https://download.openmmlab.com/mmtracking/mot/faster_rcnn/faster-rcnn_r50_fpn_4e_mot17-ffa52ae7.pth
2023-03-07 18:29:13,320 - mmcv - INFO - detector.backbone.layer1.2.bn2.bias - torch.Size([64]): PretrainedInit: load from https://download.openmmlab.com/mmtracking/mot/faster_rcnn/faster-rcnn_r50_fpn_4e_mot17-ffa52ae7.pth
2023-03-07 18:29:13,320 - mmcv - INFO - detector.backbone.layer1.2.conv3.weight - torch.Size([256, 64, 1, 1]): PretrainedInit: load from https://download.openmmlab.com/mmtracking/mot/faster_rcnn/faster-rcnn_r50_fpn_4e_mot17-ffa52ae7.pth
2023-03-07 18:29:13,320 - mmcv - INFO - detector.backbone.layer1.2.bn3.weight - torch.Size([256]): PretrainedInit: load from https://download.openmmlab.com/mmtracking/mot/faster_rcnn/faster-rcnn_r50_fpn_4e_mot17-ffa52ae7.pth
2023-03-07 18:29:13,320 - mmcv - INFO - detector.backbone.layer1.2.bn3.bias - torch.Size([256]): PretrainedInit: load from https://download.openmmlab.com/mmtracking/mot/faster_rcnn/faster-rcnn_r50_fpn_4e_mot17-ffa52ae7.pth
2023-03-07 18:29:13,320 - mmcv - INFO - detector.backbone.layer2.0.conv1.weight - torch.Size([128, 256, 1, 1]): PretrainedInit: load from https://download.openmmlab.com/mmtracking/mot/faster_rcnn/faster-rcnn_r50_fpn_4e_mot17-ffa52ae7.pth
2023-03-07 18:29:13,320 - mmcv - INFO - detector.backbone.layer2.0.bn1.weight - torch.Size([128]): PretrainedInit: load from https://download.openmmlab.com/mmtracking/mot/faster_rcnn/faster-rcnn_r50_fpn_4e_mot17-ffa52ae7.pth
2023-03-07 18:29:13,321 - mmcv - INFO - detector.backbone.layer2.0.bn1.bias - torch.Size([128]): PretrainedInit: load from https://download.openmmlab.com/mmtracking/mot/faster_rcnn/faster-rcnn_r50_fpn_4e_mot17-ffa52ae7.pth
2023-03-07 18:29:13,321 - mmcv - INFO - detector.backbone.layer2.0.conv2.weight - torch.Size([128, 128, 3, 3]): PretrainedInit: load from https://download.openmmlab.com/mmtracking/mot/faster_rcnn/faster-rcnn_r50_fpn_4e_mot17-ffa52ae7.pth
2023-03-07 18:29:13,321 - mmcv - INFO - detector.backbone.layer2.0.bn2.weight - torch.Size([128]): PretrainedInit: load from https://download.openmmlab.com/mmtracking/mot/faster_rcnn/faster-rcnn_r50_fpn_4e_mot17-ffa52ae7.pth
2023-03-07 18:29:13,322 - mmcv - INFO - detector.backbone.layer2.0.bn2.bias - torch.Size([128]): PretrainedInit: load from https://download.openmmlab.com/mmtracking/mot/faster_rcnn/faster-rcnn_r50_fpn_4e_mot17-ffa52ae7.pth
2023-03-07 18:29:13,322 - mmcv - INFO - detector.backbone.layer2.0.conv3.weight - torch.Size([512, 128, 1, 1]): PretrainedInit: load from https://download.openmmlab.com/mmtracking/mot/faster_rcnn/faster-rcnn_r50_fpn_4e_mot17-ffa52ae7.pth
2023-03-07 18:29:13,322 - mmcv - INFO - detector.backbone.layer2.0.bn3.weight - torch.Size([512]): PretrainedInit: load from https://download.openmmlab.com/mmtracking/mot/faster_rcnn/faster-rcnn_r50_fpn_4e_mot17-ffa52ae7.pth
2023-03-07 18:29:13,322 - mmcv - INFO - detector.backbone.layer2.0.bn3.bias - torch.Size([512]): PretrainedInit: load from https://download.openmmlab.com/mmtracking/mot/faster_rcnn/faster-rcnn_r50_fpn_4e_mot17-ffa52ae7.pth
2023-03-07 18:29:13,322 - mmcv - INFO - detector.backbone.layer2.0.downsample.0.weight - torch.Size([512, 256, 1, 1]): PretrainedInit: load from https://download.openmmlab.com/mmtracking/mot/faster_rcnn/faster-rcnn_r50_fpn_4e_mot17-ffa52ae7.pth
2023-03-07 18:29:13,322 - mmcv - INFO - detector.backbone.layer2.0.downsample.1.weight - torch.Size([512]): PretrainedInit: load from https://download.openmmlab.com/mmtracking/mot/faster_rcnn/faster-rcnn_r50_fpn_4e_mot17-ffa52ae7.pth
2023-03-07 18:29:13,322 - mmcv - INFO - detector.backbone.layer2.0.downsample.1.bias - torch.Size([512]): PretrainedInit: load from https://download.openmmlab.com/mmtracking/mot/faster_rcnn/faster-rcnn_r50_fpn_4e_mot17-ffa52ae7.pth
2023-03-07 18:29:13,323 - mmcv - INFO - detector.backbone.layer2.1.conv1.weight - torch.Size([128, 512, 1, 1]): PretrainedInit: load from https://download.openmmlab.com/mmtracking/mot/faster_rcnn/faster-rcnn_r50_fpn_4e_mot17-ffa52ae7.pth
2023-03-07 18:29:13,323 - mmcv - INFO - detector.backbone.layer2.1.bn1.weight - torch.Size([128]): PretrainedInit: load from https://download.openmmlab.com/mmtracking/mot/faster_rcnn/faster-rcnn_r50_fpn_4e_mot17-ffa52ae7.pth
2023-03-07 18:29:13,323 - mmcv - INFO - detector.backbone.layer2.1.bn1.bias - torch.Size([128]): PretrainedInit: load from https://download.openmmlab.com/mmtracking/mot/faster_rcnn/faster-rcnn_r50_fpn_4e_mot17-ffa52ae7.pth
2023-03-07 18:29:13,323 - mmcv - INFO - detector.backbone.layer2.1.conv2.weight - torch.Size([128, 128, 3, 3]): PretrainedInit: load from https://download.openmmlab.com/mmtracking/mot/faster_rcnn/faster-rcnn_r50_fpn_4e_mot17-ffa52ae7.pth
2023-03-07 18:29:13,323 - mmcv - INFO - detector.backbone.layer2.1.bn2.weight - torch.Size([128]): PretrainedInit: load from https://download.openmmlab.com/mmtracking/mot/faster_rcnn/faster-rcnn_r50_fpn_4e_mot17-ffa52ae7.pth
2023-03-07 18:29:13,323 - mmcv - INFO - detector.backbone.layer2.1.bn2.bias - torch.Size([128]): PretrainedInit: load from https://download.openmmlab.com/mmtracking/mot/faster_rcnn/faster-rcnn_r50_fpn_4e_mot17-ffa52ae7.pth
2023-03-07 18:29:13,323 - mmcv - INFO - detector.backbone.layer2.1.conv3.weight - torch.Size([512, 128, 1, 1]): PretrainedInit: load from https://download.openmmlab.com/mmtracking/mot/faster_rcnn/faster-rcnn_r50_fpn_4e_mot17-ffa52ae7.pth
2023-03-07 18:29:13,323 - mmcv - INFO - detector.backbone.layer2.1.bn3.weight - torch.Size([512]): PretrainedInit: load from https://download.openmmlab.com/mmtracking/mot/faster_rcnn/faster-rcnn_r50_fpn_4e_mot17-ffa52ae7.pth
2023-03-07 18:29:13,323 - mmcv - INFO - detector.backbone.layer2.1.bn3.bias - torch.Size([512]): PretrainedInit: load from https://download.openmmlab.com/mmtracking/mot/faster_rcnn/faster-rcnn_r50_fpn_4e_mot17-ffa52ae7.pth
2023-03-07 18:29:13,323 - mmcv - INFO - detector.backbone.layer2.2.conv1.weight - torch.Size([128, 512, 1, 1]): PretrainedInit: load from https://download.openmmlab.com/mmtracking/mot/faster_rcnn/faster-rcnn_r50_fpn_4e_mot17-ffa52ae7.pth
2023-03-07 18:29:13,323 - mmcv - INFO - detector.backbone.layer2.2.bn1.weight - torch.Size([128]): PretrainedInit: load from https://download.openmmlab.com/mmtracking/mot/faster_rcnn/faster-rcnn_r50_fpn_4e_mot17-ffa52ae7.pth
2023-03-07 18:29:13,324 - mmcv - INFO - detector.backbone.layer2.2.bn1.bias - torch.Size([128]): PretrainedInit: load from https://download.openmmlab.com/mmtracking/mot/faster_rcnn/faster-rcnn_r50_fpn_4e_mot17-ffa52ae7.pth
2023-03-07 18:29:13,324 - mmcv - INFO - detector.backbone.layer2.2.conv2.weight - torch.Size([128, 128, 3, 3]): PretrainedInit: load from https://download.openmmlab.com/mmtracking/mot/faster_rcnn/faster-rcnn_r50_fpn_4e_mot17-ffa52ae7.pth
2023-03-07 18:29:13,324 - mmcv - INFO - detector.backbone.layer2.2.bn2.weight - torch.Size([128]): PretrainedInit: load from https://download.openmmlab.com/mmtracking/mot/faster_rcnn/faster-rcnn_r50_fpn_4e_mot17-ffa52ae7.pth
2023-03-07 18:29:13,324 - mmcv - INFO - detector.backbone.layer2.2.bn2.bias - torch.Size([128]): PretrainedInit: load from https://download.openmmlab.com/mmtracking/mot/faster_rcnn/faster-rcnn_r50_fpn_4e_mot17-ffa52ae7.pth
2023-03-07 18:29:13,324 - mmcv - INFO - detector.backbone.layer2.2.conv3.weight - torch.Size([512, 128, 1, 1]): PretrainedInit: load from https://download.openmmlab.com/mmtracking/mot/faster_rcnn/faster-rcnn_r50_fpn_4e_mot17-ffa52ae7.pth
2023-03-07 18:29:13,324 - mmcv - INFO - detector.backbone.layer2.2.bn3.weight - torch.Size([512]): PretrainedInit: load from https://download.openmmlab.com/mmtracking/mot/faster_rcnn/faster-rcnn_r50_fpn_4e_mot17-ffa52ae7.pth
2023-03-07 18:29:13,324 - mmcv - INFO - detector.backbone.layer2.2.bn3.bias - torch.Size([512]): PretrainedInit: load from https://download.openmmlab.com/mmtracking/mot/faster_rcnn/faster-rcnn_r50_fpn_4e_mot17-ffa52ae7.pth
2023-03-07 18:29:13,324 - mmcv - INFO - detector.backbone.layer2.3.conv1.weight - torch.Size([128, 512, 1, 1]): PretrainedInit: load from https://download.openmmlab.com/mmtracking/mot/faster_rcnn/faster-rcnn_r50_fpn_4e_mot17-ffa52ae7.pth
2023-03-07 18:29:13,324 - mmcv - INFO - detector.backbone.layer2.3.bn1.weight - torch.Size([128]): PretrainedInit: load from https://download.openmmlab.com/mmtracking/mot/faster_rcnn/faster-rcnn_r50_fpn_4e_mot17-ffa52ae7.pth
2023-03-07 18:29:13,324 - mmcv - INFO - detector.backbone.layer2.3.bn1.bias - torch.Size([128]): PretrainedInit: load from https://download.openmmlab.com/mmtracking/mot/faster_rcnn/faster-rcnn_r50_fpn_4e_mot17-ffa52ae7.pth
2023-03-07 18:29:13,324 - mmcv - INFO - detector.backbone.layer2.3.conv2.weight - torch.Size([128, 128, 3, 3]): PretrainedInit: load from https://download.openmmlab.com/mmtracking/mot/faster_rcnn/faster-rcnn_r50_fpn_4e_mot17-ffa52ae7.pth
2023-03-07 18:29:13,325 - mmcv - INFO - detector.backbone.layer2.3.bn2.weight - torch.Size([128]): PretrainedInit: load from https://download.openmmlab.com/mmtracking/mot/faster_rcnn/faster-rcnn_r50_fpn_4e_mot17-ffa52ae7.pth
2023-03-07 18:29:13,325 - mmcv - INFO - detector.backbone.layer2.3.bn2.bias - torch.Size([128]): PretrainedInit: load from https://download.openmmlab.com/mmtracking/mot/faster_rcnn/faster-rcnn_r50_fpn_4e_mot17-ffa52ae7.pth
2023-03-07 18:29:13,325 - mmcv - INFO - detector.backbone.layer2.3.conv3.weight - torch.Size([512, 128, 1, 1]): PretrainedInit: load from https://download.openmmlab.com/mmtracking/mot/faster_rcnn/faster-rcnn_r50_fpn_4e_mot17-ffa52ae7.pth
2023-03-07 18:29:13,325 - mmcv - INFO - detector.backbone.layer2.3.bn3.weight - torch.Size([512]): PretrainedInit: load from https://download.openmmlab.com/mmtracking/mot/faster_rcnn/faster-rcnn_r50_fpn_4e_mot17-ffa52ae7.pth
2023-03-07 18:29:13,325 - mmcv - INFO - detector.backbone.layer2.3.bn3.bias - torch.Size([512]): PretrainedInit: load from https://download.openmmlab.com/mmtracking/mot/faster_rcnn/faster-rcnn_r50_fpn_4e_mot17-ffa52ae7.pth
2023-03-07 18:29:13,325 - mmcv - INFO - detector.backbone.layer3.0.conv1.weight - torch.Size([256, 512, 1, 1]): PretrainedInit: load from https://download.openmmlab.com/mmtracking/mot/faster_rcnn/faster-rcnn_r50_fpn_4e_mot17-ffa52ae7.pth
2023-03-07 18:29:13,325 - mmcv - INFO - detector.backbone.layer3.0.bn1.weight - torch.Size([256]): PretrainedInit: load from https://download.openmmlab.com/mmtracking/mot/faster_rcnn/faster-rcnn_r50_fpn_4e_mot17-ffa52ae7.pth
2023-03-07 18:29:13,325 - mmcv - INFO - detector.backbone.layer3.0.bn1.bias - torch.Size([256]): PretrainedInit: load from https://download.openmmlab.com/mmtracking/mot/faster_rcnn/faster-rcnn_r50_fpn_4e_mot17-ffa52ae7.pth
2023-03-07 18:29:13,325 - mmcv - INFO - detector.backbone.layer3.0.conv2.weight - torch.Size([256, 256, 3, 3]): PretrainedInit: load from https://download.openmmlab.com/mmtracking/mot/faster_rcnn/faster-rcnn_r50_fpn_4e_mot17-ffa52ae7.pth
2023-03-07 18:29:13,325 - mmcv - INFO - detector.backbone.layer3.0.bn2.weight - torch.Size([256]): PretrainedInit: load from https://download.openmmlab.com/mmtracking/mot/faster_rcnn/faster-rcnn_r50_fpn_4e_mot17-ffa52ae7.pth
2023-03-07 18:29:13,325 - mmcv - INFO - detector.backbone.layer3.0.bn2.bias - torch.Size([256]): PretrainedInit: load from https://download.openmmlab.com/mmtracking/mot/faster_rcnn/faster-rcnn_r50_fpn_4e_mot17-ffa52ae7.pth
2023-03-07 18:29:13,326 - mmcv - INFO - detector.backbone.layer3.0.conv3.weight - torch.Size([1024, 256, 1, 1]): PretrainedInit: load from https://download.openmmlab.com/mmtracking/mot/faster_rcnn/faster-rcnn_r50_fpn_4e_mot17-ffa52ae7.pth
2023-03-07 18:29:13,328 - mmcv - INFO - detector.backbone.layer3.0.bn3.weight - torch.Size([1024]): PretrainedInit: load from https://download.openmmlab.com/mmtracking/mot/faster_rcnn/faster-rcnn_r50_fpn_4e_mot17-ffa52ae7.pth
2023-03-07 18:29:13,328 - mmcv - INFO - detector.backbone.layer3.0.bn3.bias - torch.Size([1024]): PretrainedInit: load from https://download.openmmlab.com/mmtracking/mot/faster_rcnn/faster-rcnn_r50_fpn_4e_mot17-ffa52ae7.pth
2023-03-07 18:29:13,328 - mmcv - INFO - detector.backbone.layer3.0.downsample.0.weight - torch.Size([1024, 512, 1, 1]): PretrainedInit: load from https://download.openmmlab.com/mmtracking/mot/faster_rcnn/faster-rcnn_r50_fpn_4e_mot17-ffa52ae7.pth
2023-03-07 18:29:13,328 - mmcv - INFO - detector.backbone.layer3.0.downsample.1.weight - torch.Size([1024]): PretrainedInit: load from https://download.openmmlab.com/mmtracking/mot/faster_rcnn/faster-rcnn_r50_fpn_4e_mot17-ffa52ae7.pth
2023-03-07 18:29:13,328 - mmcv - INFO - detector.backbone.layer3.0.downsample.1.bias - torch.Size([1024]): PretrainedInit: load from https://download.openmmlab.com/mmtracking/mot/faster_rcnn/faster-rcnn_r50_fpn_4e_mot17-ffa52ae7.pth
2023-03-07 18:29:13,329 - mmcv - INFO - detector.backbone.layer3.1.conv1.weight - torch.Size([256, 1024, 1, 1]): PretrainedInit: load from https://download.openmmlab.com/mmtracking/mot/faster_rcnn/faster-rcnn_r50_fpn_4e_mot17-ffa52ae7.pth
2023-03-07 18:29:13,329 - mmcv - INFO - detector.backbone.layer3.1.bn1.weight - torch.Size([256]): PretrainedInit: load from https://download.openmmlab.com/mmtracking/mot/faster_rcnn/faster-rcnn_r50_fpn_4e_mot17-ffa52ae7.pth
2023-03-07 18:29:13,329 - mmcv - INFO - detector.backbone.layer3.1.bn1.bias - torch.Size([256]): PretrainedInit: load from https://download.openmmlab.com/mmtracking/mot/faster_rcnn/faster-rcnn_r50_fpn_4e_mot17-ffa52ae7.pth
2023-03-07 18:29:13,329 - mmcv - INFO - detector.backbone.layer3.1.conv2.weight - torch.Size([256, 256, 3, 3]): PretrainedInit: load from https://download.openmmlab.com/mmtracking/mot/faster_rcnn/faster-rcnn_r50_fpn_4e_mot17-ffa52ae7.pth
2023-03-07 18:29:13,329 - mmcv - INFO - detector.backbone.layer3.1.bn2.weight - torch.Size([256]): PretrainedInit: load from https://download.openmmlab.com/mmtracking/mot/faster_rcnn/faster-rcnn_r50_fpn_4e_mot17-ffa52ae7.pth
2023-03-07 18:29:13,329 - mmcv - INFO - detector.backbone.layer3.1.bn2.bias - torch.Size([256]): PretrainedInit: load from https://download.openmmlab.com/mmtracking/mot/faster_rcnn/faster-rcnn_r50_fpn_4e_mot17-ffa52ae7.pth
2023-03-07 18:29:13,329 - mmcv - INFO - detector.backbone.layer3.1.conv3.weight - torch.Size([1024, 256, 1, 1]): PretrainedInit: load from https://download.openmmlab.com/mmtracking/mot/faster_rcnn/faster-rcnn_r50_fpn_4e_mot17-ffa52ae7.pth
2023-03-07 18:29:13,329 - mmcv - INFO - detector.backbone.layer3.1.bn3.weight - torch.Size([1024]): PretrainedInit: load from https://download.openmmlab.com/mmtracking/mot/faster_rcnn/faster-rcnn_r50_fpn_4e_mot17-ffa52ae7.pth
2023-03-07 18:29:13,330 - mmcv - INFO - detector.backbone.layer3.1.bn3.bias - torch.Size([1024]): PretrainedInit: load from https://download.openmmlab.com/mmtracking/mot/faster_rcnn/faster-rcnn_r50_fpn_4e_mot17-ffa52ae7.pth
2023-03-07 18:29:13,330 - mmcv - INFO - detector.backbone.layer3.2.conv1.weight - torch.Size([256, 1024, 1, 1]): PretrainedInit: load from https://download.openmmlab.com/mmtracking/mot/faster_rcnn/faster-rcnn_r50_fpn_4e_mot17-ffa52ae7.pth
2023-03-07 18:29:13,330 - mmcv - INFO - detector.backbone.layer3.2.bn1.weight - torch.Size([256]): PretrainedInit: load from https://download.openmmlab.com/mmtracking/mot/faster_rcnn/faster-rcnn_r50_fpn_4e_mot17-ffa52ae7.pth
2023-03-07 18:29:13,330 - mmcv - INFO - detector.backbone.layer3.2.bn1.bias - torch.Size([256]): PretrainedInit: load from https://download.openmmlab.com/mmtracking/mot/faster_rcnn/faster-rcnn_r50_fpn_4e_mot17-ffa52ae7.pth
2023-03-07 18:29:13,330 - mmcv - INFO - detector.backbone.layer3.2.conv2.weight - torch.Size([256, 256, 3, 3]): PretrainedInit: load from https://download.openmmlab.com/mmtracking/mot/faster_rcnn/faster-rcnn_r50_fpn_4e_mot17-ffa52ae7.pth
2023-03-07 18:29:13,330 - mmcv - INFO - detector.backbone.layer3.2.bn2.weight - torch.Size([256]): PretrainedInit: load from https://download.openmmlab.com/mmtracking/mot/faster_rcnn/faster-rcnn_r50_fpn_4e_mot17-ffa52ae7.pth
2023-03-07 18:29:13,330 - mmcv - INFO - detector.backbone.layer3.2.bn2.bias - torch.Size([256]): PretrainedInit: load from https://download.openmmlab.com/mmtracking/mot/faster_rcnn/faster-rcnn_r50_fpn_4e_mot17-ffa52ae7.pth
2023-03-07 18:29:13,330 - mmcv - INFO - detector.backbone.layer3.2.conv3.weight - torch.Size([1024, 256, 1, 1]): PretrainedInit: load from https://download.openmmlab.com/mmtracking/mot/faster_rcnn/faster-rcnn_r50_fpn_4e_mot17-ffa52ae7.pth
2023-03-07 18:29:13,330 - mmcv - INFO - detector.backbone.layer3.2.bn3.weight - torch.Size([1024]): PretrainedInit: load from https://download.openmmlab.com/mmtracking/mot/faster_rcnn/faster-rcnn_r50_fpn_4e_mot17-ffa52ae7.pth
2023-03-07 18:29:13,330 - mmcv - INFO - detector.backbone.layer3.2.bn3.bias - torch.Size([1024]): PretrainedInit: load from https://download.openmmlab.com/mmtracking/mot/faster_rcnn/faster-rcnn_r50_fpn_4e_mot17-ffa52ae7.pth
2023-03-07 18:29:13,330 - mmcv - INFO - detector.backbone.layer3.3.conv1.weight - torch.Size([256, 1024, 1, 1]): PretrainedInit: load from https://download.openmmlab.com/mmtracking/mot/faster_rcnn/faster-rcnn_r50_fpn_4e_mot17-ffa52ae7.pth
2023-03-07 18:29:13,331 - mmcv - INFO - detector.backbone.layer3.3.bn1.weight - torch.Size([256]): PretrainedInit: load from https://download.openmmlab.com/mmtracking/mot/faster_rcnn/faster-rcnn_r50_fpn_4e_mot17-ffa52ae7.pth
2023-03-07 18:29:13,331 - mmcv - INFO - detector.backbone.layer3.3.bn1.bias - torch.Size([256]): PretrainedInit: load from https://download.openmmlab.com/mmtracking/mot/faster_rcnn/faster-rcnn_r50_fpn_4e_mot17-ffa52ae7.pth
2023-03-07 18:29:13,331 - mmcv - INFO - detector.backbone.layer3.3.conv2.weight - torch.Size([256, 256, 3, 3]): PretrainedInit: load from https://download.openmmlab.com/mmtracking/mot/faster_rcnn/faster-rcnn_r50_fpn_4e_mot17-ffa52ae7.pth
2023-03-07 18:29:13,331 - mmcv - INFO - detector.backbone.layer3.3.bn2.weight - torch.Size([256]): PretrainedInit: load from https://download.openmmlab.com/mmtracking/mot/faster_rcnn/faster-rcnn_r50_fpn_4e_mot17-ffa52ae7.pth
2023-03-07 18:29:13,331 - mmcv - INFO - detector.backbone.layer3.3.bn2.bias - torch.Size([256]): PretrainedInit: load from https://download.openmmlab.com/mmtracking/mot/faster_rcnn/faster-rcnn_r50_fpn_4e_mot17-ffa52ae7.pth
2023-03-07 18:29:13,331 - mmcv - INFO - detector.backbone.layer3.3.conv3.weight - torch.Size([1024, 256, 1, 1]): PretrainedInit: load from https://download.openmmlab.com/mmtracking/mot/faster_rcnn/faster-rcnn_r50_fpn_4e_mot17-ffa52ae7.pth
2023-03-07 18:29:13,331 - mmcv - INFO - detector.backbone.layer3.3.bn3.weight - torch.Size([1024]): PretrainedInit: load from https://download.openmmlab.com/mmtracking/mot/faster_rcnn/faster-rcnn_r50_fpn_4e_mot17-ffa52ae7.pth
2023-03-07 18:29:13,331 - mmcv - INFO - detector.backbone.layer3.3.bn3.bias - torch.Size([1024]): PretrainedInit: load from https://download.openmmlab.com/mmtracking/mot/faster_rcnn/faster-rcnn_r50_fpn_4e_mot17-ffa52ae7.pth
2023-03-07 18:29:13,331 - mmcv - INFO - detector.backbone.layer3.4.conv1.weight - torch.Size([256, 1024, 1, 1]): PretrainedInit: load from https://download.openmmlab.com/mmtracking/mot/faster_rcnn/faster-rcnn_r50_fpn_4e_mot17-ffa52ae7.pth
2023-03-07 18:29:13,331 - mmcv - INFO - detector.backbone.layer3.4.bn1.weight - torch.Size([256]): PretrainedInit: load from https://download.openmmlab.com/mmtracking/mot/faster_rcnn/faster-rcnn_r50_fpn_4e_mot17-ffa52ae7.pth
2023-03-07 18:29:13,331 - mmcv - INFO - detector.backbone.layer3.4.bn1.bias - torch.Size([256]): PretrainedInit: load from https://download.openmmlab.com/mmtracking/mot/faster_rcnn/faster-rcnn_r50_fpn_4e_mot17-ffa52ae7.pth
2023-03-07 18:29:13,332 - mmcv - INFO - detector.backbone.layer3.4.conv2.weight - torch.Size([256, 256, 3, 3]): PretrainedInit: load from https://download.openmmlab.com/mmtracking/mot/faster_rcnn/faster-rcnn_r50_fpn_4e_mot17-ffa52ae7.pth
2023-03-07 18:29:13,332 - mmcv - INFO - detector.backbone.layer3.4.bn2.weight - torch.Size([256]): PretrainedInit: load from https://download.openmmlab.com/mmtracking/mot/faster_rcnn/faster-rcnn_r50_fpn_4e_mot17-ffa52ae7.pth
2023-03-07 18:29:13,332 - mmcv - INFO - detector.backbone.layer3.4.bn2.bias - torch.Size([256]): PretrainedInit: load from https://download.openmmlab.com/mmtracking/mot/faster_rcnn/faster-rcnn_r50_fpn_4e_mot17-ffa52ae7.pth
2023-03-07 18:29:13,332 - mmcv - INFO - detector.backbone.layer3.4.conv3.weight - torch.Size([1024, 256, 1, 1]): PretrainedInit: load from https://download.openmmlab.com/mmtracking/mot/faster_rcnn/faster-rcnn_r50_fpn_4e_mot17-ffa52ae7.pth
2023-03-07 18:29:13,332 - mmcv - INFO - detector.backbone.layer3.4.bn3.weight - torch.Size([1024]): PretrainedInit: load from https://download.openmmlab.com/mmtracking/mot/faster_rcnn/faster-rcnn_r50_fpn_4e_mot17-ffa52ae7.pth
2023-03-07 18:29:13,332 - mmcv - INFO - detector.backbone.layer3.4.bn3.bias - torch.Size([1024]): PretrainedInit: load from https://download.openmmlab.com/mmtracking/mot/faster_rcnn/faster-rcnn_r50_fpn_4e_mot17-ffa52ae7.pth
2023-03-07 18:29:13,332 - mmcv - INFO - detector.backbone.layer3.5.conv1.weight - torch.Size([256, 1024, 1, 1]): PretrainedInit: load from https://download.openmmlab.com/mmtracking/mot/faster_rcnn/faster-rcnn_r50_fpn_4e_mot17-ffa52ae7.pth
2023-03-07 18:29:13,332 - mmcv - INFO - detector.backbone.layer3.5.bn1.weight - torch.Size([256]): PretrainedInit: load from https://download.openmmlab.com/mmtracking/mot/faster_rcnn/faster-rcnn_r50_fpn_4e_mot17-ffa52ae7.pth
2023-03-07 18:29:13,332 - mmcv - INFO - detector.backbone.layer3.5.bn1.bias - torch.Size([256]): PretrainedInit: load from https://download.openmmlab.com/mmtracking/mot/faster_rcnn/faster-rcnn_r50_fpn_4e_mot17-ffa52ae7.pth
2023-03-07 18:29:13,332 - mmcv - INFO - detector.backbone.layer3.5.conv2.weight - torch.Size([256, 256, 3, 3]): PretrainedInit: load from https://download.openmmlab.com/mmtracking/mot/faster_rcnn/faster-rcnn_r50_fpn_4e_mot17-ffa52ae7.pth
2023-03-07 18:29:13,332 - mmcv - INFO - detector.backbone.layer3.5.bn2.weight - torch.Size([256]): PretrainedInit: load from https://download.openmmlab.com/mmtracking/mot/faster_rcnn/faster-rcnn_r50_fpn_4e_mot17-ffa52ae7.pth
2023-03-07 18:29:13,332 - mmcv - INFO - detector.backbone.layer3.5.bn2.bias - torch.Size([256]): PretrainedInit: load from https://download.openmmlab.com/mmtracking/mot/faster_rcnn/faster-rcnn_r50_fpn_4e_mot17-ffa52ae7.pth
2023-03-07 18:29:13,333 - mmcv - INFO - detector.backbone.layer3.5.conv3.weight - torch.Size([1024, 256, 1, 1]): PretrainedInit: load from https://download.openmmlab.com/mmtracking/mot/faster_rcnn/faster-rcnn_r50_fpn_4e_mot17-ffa52ae7.pth
2023-03-07 18:29:13,333 - mmcv - INFO - detector.backbone.layer3.5.bn3.weight - torch.Size([1024]): PretrainedInit: load from https://download.openmmlab.com/mmtracking/mot/faster_rcnn/faster-rcnn_r50_fpn_4e_mot17-ffa52ae7.pth
2023-03-07 18:29:13,333 - mmcv - INFO - detector.backbone.layer3.5.bn3.bias - torch.Size([1024]): PretrainedInit: load from https://download.openmmlab.com/mmtracking/mot/faster_rcnn/faster-rcnn_r50_fpn_4e_mot17-ffa52ae7.pth
2023-03-07 18:29:13,333 - mmcv - INFO - detector.backbone.layer4.0.conv1.weight - torch.Size([512, 1024, 1, 1]): PretrainedInit: load from https://download.openmmlab.com/mmtracking/mot/faster_rcnn/faster-rcnn_r50_fpn_4e_mot17-ffa52ae7.pth
2023-03-07 18:29:13,333 - mmcv - INFO - detector.backbone.layer4.0.bn1.weight - torch.Size([512]): PretrainedInit: load from https://download.openmmlab.com/mmtracking/mot/faster_rcnn/faster-rcnn_r50_fpn_4e_mot17-ffa52ae7.pth
2023-03-07 18:29:13,333 - mmcv - INFO - detector.backbone.layer4.0.bn1.bias - torch.Size([512]): PretrainedInit: load from https://download.openmmlab.com/mmtracking/mot/faster_rcnn/faster-rcnn_r50_fpn_4e_mot17-ffa52ae7.pth
2023-03-07 18:29:13,333 - mmcv - INFO - detector.backbone.layer4.0.conv2.weight - torch.Size([512, 512, 3, 3]): PretrainedInit: load from https://download.openmmlab.com/mmtracking/mot/faster_rcnn/faster-rcnn_r50_fpn_4e_mot17-ffa52ae7.pth
2023-03-07 18:29:13,333 - mmcv - INFO - detector.backbone.layer4.0.bn2.weight - torch.Size([512]): PretrainedInit: load from https://download.openmmlab.com/mmtracking/mot/faster_rcnn/faster-rcnn_r50_fpn_4e_mot17-ffa52ae7.pth
2023-03-07 18:29:13,333 - mmcv - INFO - detector.backbone.layer4.0.bn2.bias - torch.Size([512]): PretrainedInit: load from https://download.openmmlab.com/mmtracking/mot/faster_rcnn/faster-rcnn_r50_fpn_4e_mot17-ffa52ae7.pth
2023-03-07 18:29:13,333 - mmcv - INFO - detector.backbone.layer4.0.conv3.weight - torch.Size([2048, 512, 1, 1]): PretrainedInit: load from https://download.openmmlab.com/mmtracking/mot/faster_rcnn/faster-rcnn_r50_fpn_4e_mot17-ffa52ae7.pth
2023-03-07 18:29:13,333 - mmcv - INFO - detector.backbone.layer4.0.bn3.weight - torch.Size([2048]): PretrainedInit: load from https://download.openmmlab.com/mmtracking/mot/faster_rcnn/faster-rcnn_r50_fpn_4e_mot17-ffa52ae7.pth
2023-03-07 18:29:13,334 - mmcv - INFO - detector.backbone.layer4.0.bn3.bias - torch.Size([2048]): PretrainedInit: load from https://download.openmmlab.com/mmtracking/mot/faster_rcnn/faster-rcnn_r50_fpn_4e_mot17-ffa52ae7.pth
2023-03-07 18:29:13,334 - mmcv - INFO - detector.backbone.layer4.0.downsample.0.weight - torch.Size([2048, 1024, 1, 1]): PretrainedInit: load from https://download.openmmlab.com/mmtracking/mot/faster_rcnn/faster-rcnn_r50_fpn_4e_mot17-ffa52ae7.pth
2023-03-07 18:29:13,334 - mmcv - INFO - detector.backbone.layer4.0.downsample.1.weight - torch.Size([2048]): PretrainedInit: load from https://download.openmmlab.com/mmtracking/mot/faster_rcnn/faster-rcnn_r50_fpn_4e_mot17-ffa52ae7.pth
2023-03-07 18:29:13,334 - mmcv - INFO - detector.backbone.layer4.0.downsample.1.bias - torch.Size([2048]): PretrainedInit: load from https://download.openmmlab.com/mmtracking/mot/faster_rcnn/faster-rcnn_r50_fpn_4e_mot17-ffa52ae7.pth
2023-03-07 18:29:13,334 - mmcv - INFO - detector.backbone.layer4.1.conv1.weight - torch.Size([512, 2048, 1, 1]): PretrainedInit: load from https://download.openmmlab.com/mmtracking/mot/faster_rcnn/faster-rcnn_r50_fpn_4e_mot17-ffa52ae7.pth
2023-03-07 18:29:13,334 - mmcv - INFO - detector.backbone.layer4.1.bn1.weight - torch.Size([512]): PretrainedInit: load from https://download.openmmlab.com/mmtracking/mot/faster_rcnn/faster-rcnn_r50_fpn_4e_mot17-ffa52ae7.pth
2023-03-07 18:29:13,334 - mmcv - INFO - detector.backbone.layer4.1.bn1.bias - torch.Size([512]): PretrainedInit: load from https://download.openmmlab.com/mmtracking/mot/faster_rcnn/faster-rcnn_r50_fpn_4e_mot17-ffa52ae7.pth
2023-03-07 18:29:13,334 - mmcv - INFO - detector.backbone.layer4.1.conv2.weight - torch.Size([512, 512, 3, 3]): PretrainedInit: load from https://download.openmmlab.com/mmtracking/mot/faster_rcnn/faster-rcnn_r50_fpn_4e_mot17-ffa52ae7.pth
2023-03-07 18:29:13,334 - mmcv - INFO - detector.backbone.layer4.1.bn2.weight - torch.Size([512]): PretrainedInit: load from https://download.openmmlab.com/mmtracking/mot/faster_rcnn/faster-rcnn_r50_fpn_4e_mot17-ffa52ae7.pth
2023-03-07 18:29:13,334 - mmcv - INFO - detector.backbone.layer4.1.bn2.bias - torch.Size([512]): PretrainedInit: load from https://download.openmmlab.com/mmtracking/mot/faster_rcnn/faster-rcnn_r50_fpn_4e_mot17-ffa52ae7.pth
2023-03-07 18:29:13,334 - mmcv - INFO - detector.backbone.layer4.1.conv3.weight - torch.Size([2048, 512, 1, 1]): PretrainedInit: load from https://download.openmmlab.com/mmtracking/mot/faster_rcnn/faster-rcnn_r50_fpn_4e_mot17-ffa52ae7.pth
2023-03-07 18:29:13,335 - mmcv - INFO - detector.backbone.layer4.1.bn3.weight - torch.Size([2048]): PretrainedInit: load from https://download.openmmlab.com/mmtracking/mot/faster_rcnn/faster-rcnn_r50_fpn_4e_mot17-ffa52ae7.pth
2023-03-07 18:29:13,335 - mmcv - INFO - detector.backbone.layer4.1.bn3.bias - torch.Size([2048]): PretrainedInit: load from https://download.openmmlab.com/mmtracking/mot/faster_rcnn/faster-rcnn_r50_fpn_4e_mot17-ffa52ae7.pth
2023-03-07 18:29:13,335 - mmcv - INFO - detector.backbone.layer4.2.conv1.weight - torch.Size([512, 2048, 1, 1]): PretrainedInit: load from https://download.openmmlab.com/mmtracking/mot/faster_rcnn/faster-rcnn_r50_fpn_4e_mot17-ffa52ae7.pth
2023-03-07 18:29:13,335 - mmcv - INFO - detector.backbone.layer4.2.bn1.weight - torch.Size([512]): PretrainedInit: load from https://download.openmmlab.com/mmtracking/mot/faster_rcnn/faster-rcnn_r50_fpn_4e_mot17-ffa52ae7.pth
2023-03-07 18:29:13,335 - mmcv - INFO - detector.backbone.layer4.2.bn1.bias - torch.Size([512]): PretrainedInit: load from https://download.openmmlab.com/mmtracking/mot/faster_rcnn/faster-rcnn_r50_fpn_4e_mot17-ffa52ae7.pth
2023-03-07 18:29:13,335 - mmcv - INFO - detector.backbone.layer4.2.conv2.weight - torch.Size([512, 512, 3, 3]): PretrainedInit: load from https://download.openmmlab.com/mmtracking/mot/faster_rcnn/faster-rcnn_r50_fpn_4e_mot17-ffa52ae7.pth
2023-03-07 18:29:13,335 - mmcv - INFO - detector.backbone.layer4.2.bn2.weight - torch.Size([512]): PretrainedInit: load from https://download.openmmlab.com/mmtracking/mot/faster_rcnn/faster-rcnn_r50_fpn_4e_mot17-ffa52ae7.pth
2023-03-07 18:29:13,335 - mmcv - INFO - detector.backbone.layer4.2.bn2.bias - torch.Size([512]): PretrainedInit: load from https://download.openmmlab.com/mmtracking/mot/faster_rcnn/faster-rcnn_r50_fpn_4e_mot17-ffa52ae7.pth
2023-03-07 18:29:13,335 - mmcv - INFO - detector.backbone.layer4.2.conv3.weight - torch.Size([2048, 512, 1, 1]): PretrainedInit: load from https://download.openmmlab.com/mmtracking/mot/faster_rcnn/faster-rcnn_r50_fpn_4e_mot17-ffa52ae7.pth
2023-03-07 18:29:13,335 - mmcv - INFO - detector.backbone.layer4.2.bn3.weight - torch.Size([2048]): PretrainedInit: load from https://download.openmmlab.com/mmtracking/mot/faster_rcnn/faster-rcnn_r50_fpn_4e_mot17-ffa52ae7.pth
2023-03-07 18:29:13,336 - mmcv - INFO - detector.backbone.layer4.2.bn3.bias - torch.Size([2048]): PretrainedInit: load from https://download.openmmlab.com/mmtracking/mot/faster_rcnn/faster-rcnn_r50_fpn_4e_mot17-ffa52ae7.pth
2023-03-07 18:29:13,336 - mmcv - INFO - detector.neck.lateral_convs.0.conv.weight - torch.Size([256, 256, 1, 1]): PretrainedInit: load from https://download.openmmlab.com/mmtracking/mot/faster_rcnn/faster-rcnn_r50_fpn_4e_mot17-ffa52ae7.pth
2023-03-07 18:29:13,336 - mmcv - INFO - detector.neck.lateral_convs.0.conv.bias - torch.Size([256]): PretrainedInit: load from https://download.openmmlab.com/mmtracking/mot/faster_rcnn/faster-rcnn_r50_fpn_4e_mot17-ffa52ae7.pth
2023-03-07 18:29:13,336 - mmcv - INFO - detector.neck.lateral_convs.1.conv.weight - torch.Size([256, 512, 1, 1]): PretrainedInit: load from https://download.openmmlab.com/mmtracking/mot/faster_rcnn/faster-rcnn_r50_fpn_4e_mot17-ffa52ae7.pth
2023-03-07 18:29:13,336 - mmcv - INFO - detector.neck.lateral_convs.1.conv.bias - torch.Size([256]): PretrainedInit: load from https://download.openmmlab.com/mmtracking/mot/faster_rcnn/faster-rcnn_r50_fpn_4e_mot17-ffa52ae7.pth
2023-03-07 18:29:13,336 - mmcv - INFO - detector.neck.lateral_convs.2.conv.weight - torch.Size([256, 1024, 1, 1]): PretrainedInit: load from https://download.openmmlab.com/mmtracking/mot/faster_rcnn/faster-rcnn_r50_fpn_4e_mot17-ffa52ae7.pth
2023-03-07 18:29:13,336 - mmcv - INFO - detector.neck.lateral_convs.2.conv.bias - torch.Size([256]): PretrainedInit: load from https://download.openmmlab.com/mmtracking/mot/faster_rcnn/faster-rcnn_r50_fpn_4e_mot17-ffa52ae7.pth
2023-03-07 18:29:13,336 - mmcv - INFO - detector.neck.lateral_convs.3.conv.weight - torch.Size([256, 2048, 1, 1]): PretrainedInit: load from https://download.openmmlab.com/mmtracking/mot/faster_rcnn/faster-rcnn_r50_fpn_4e_mot17-ffa52ae7.pth
2023-03-07 18:29:13,336 - mmcv - INFO - detector.neck.lateral_convs.3.conv.bias - torch.Size([256]): PretrainedInit: load from https://download.openmmlab.com/mmtracking/mot/faster_rcnn/faster-rcnn_r50_fpn_4e_mot17-ffa52ae7.pth
2023-03-07 18:29:13,336 - mmcv - INFO - detector.neck.fpn_convs.0.conv.weight - torch.Size([256, 256, 3, 3]): PretrainedInit: load from https://download.openmmlab.com/mmtracking/mot/faster_rcnn/faster-rcnn_r50_fpn_4e_mot17-ffa52ae7.pth
2023-03-07 18:29:13,336 - mmcv - INFO - detector.neck.fpn_convs.0.conv.bias - torch.Size([256]): PretrainedInit: load from https://download.openmmlab.com/mmtracking/mot/faster_rcnn/faster-rcnn_r50_fpn_4e_mot17-ffa52ae7.pth
2023-03-07 18:29:13,337 - mmcv - INFO - detector.neck.fpn_convs.1.conv.weight - torch.Size([256, 256, 3, 3]): PretrainedInit: load from https://download.openmmlab.com/mmtracking/mot/faster_rcnn/faster-rcnn_r50_fpn_4e_mot17-ffa52ae7.pth
2023-03-07 18:29:13,337 - mmcv - INFO - detector.neck.fpn_convs.1.conv.bias - torch.Size([256]): PretrainedInit: load from https://download.openmmlab.com/mmtracking/mot/faster_rcnn/faster-rcnn_r50_fpn_4e_mot17-ffa52ae7.pth
2023-03-07 18:29:13,337 - mmcv - INFO - detector.neck.fpn_convs.2.conv.weight - torch.Size([256, 256, 3, 3]): PretrainedInit: load from https://download.openmmlab.com/mmtracking/mot/faster_rcnn/faster-rcnn_r50_fpn_4e_mot17-ffa52ae7.pth
2023-03-07 18:29:13,337 - mmcv - INFO - detector.neck.fpn_convs.2.conv.bias - torch.Size([256]): PretrainedInit: load from https://download.openmmlab.com/mmtracking/mot/faster_rcnn/faster-rcnn_r50_fpn_4e_mot17-ffa52ae7.pth
2023-03-07 18:29:13,337 - mmcv - INFO - detector.neck.fpn_convs.3.conv.weight - torch.Size([256, 256, 3, 3]): PretrainedInit: load from https://download.openmmlab.com/mmtracking/mot/faster_rcnn/faster-rcnn_r50_fpn_4e_mot17-ffa52ae7.pth
2023-03-07 18:29:13,337 - mmcv - INFO - detector.neck.fpn_convs.3.conv.bias - torch.Size([256]): PretrainedInit: load from https://download.openmmlab.com/mmtracking/mot/faster_rcnn/faster-rcnn_r50_fpn_4e_mot17-ffa52ae7.pth
2023-03-07 18:29:13,337 - mmcv - INFO - detector.rpn_head.rpn_conv.weight - torch.Size([256, 256, 3, 3]): PretrainedInit: load from https://download.openmmlab.com/mmtracking/mot/faster_rcnn/faster-rcnn_r50_fpn_4e_mot17-ffa52ae7.pth
2023-03-07 18:29:13,337 - mmcv - INFO - detector.rpn_head.rpn_conv.bias - torch.Size([256]): PretrainedInit: load from https://download.openmmlab.com/mmtracking/mot/faster_rcnn/faster-rcnn_r50_fpn_4e_mot17-ffa52ae7.pth
2023-03-07 18:29:13,337 - mmcv - INFO - detector.rpn_head.rpn_cls.weight - torch.Size([3, 256, 1, 1]): PretrainedInit: load from https://download.openmmlab.com/mmtracking/mot/faster_rcnn/faster-rcnn_r50_fpn_4e_mot17-ffa52ae7.pth
2023-03-07 18:29:13,337 - mmcv - INFO - detector.rpn_head.rpn_cls.bias - torch.Size([3]): PretrainedInit: load from https://download.openmmlab.com/mmtracking/mot/faster_rcnn/faster-rcnn_r50_fpn_4e_mot17-ffa52ae7.pth
2023-03-07 18:29:13,338 - mmcv - INFO - detector.rpn_head.rpn_reg.weight - torch.Size([12, 256, 1, 1]): PretrainedInit: load from https://download.openmmlab.com/mmtracking/mot/faster_rcnn/faster-rcnn_r50_fpn_4e_mot17-ffa52ae7.pth
2023-03-07 18:29:13,338 - mmcv - INFO - detector.rpn_head.rpn_reg.bias - torch.Size([12]): PretrainedInit: load from https://download.openmmlab.com/mmtracking/mot/faster_rcnn/faster-rcnn_r50_fpn_4e_mot17-ffa52ae7.pth
2023-03-07 18:29:13,338 - mmcv - INFO - detector.roi_head.bbox_head.fc_cls.weight - torch.Size([2, 1024]): PretrainedInit: load from https://download.openmmlab.com/mmtracking/mot/faster_rcnn/faster-rcnn_r50_fpn_4e_mot17-ffa52ae7.pth
2023-03-07 18:29:13,338 - mmcv - INFO - detector.roi_head.bbox_head.fc_cls.bias - torch.Size([2]): PretrainedInit: load from https://download.openmmlab.com/mmtracking/mot/faster_rcnn/faster-rcnn_r50_fpn_4e_mot17-ffa52ae7.pth
2023-03-07 18:29:13,338 - mmcv - INFO - detector.roi_head.bbox_head.fc_reg.weight - torch.Size([4, 1024]): PretrainedInit: load from https://download.openmmlab.com/mmtracking/mot/faster_rcnn/faster-rcnn_r50_fpn_4e_mot17-ffa52ae7.pth
2023-03-07 18:29:13,338 - mmcv - INFO - detector.roi_head.bbox_head.fc_reg.bias - torch.Size([4]): PretrainedInit: load from https://download.openmmlab.com/mmtracking/mot/faster_rcnn/faster-rcnn_r50_fpn_4e_mot17-ffa52ae7.pth
2023-03-07 18:29:13,338 - mmcv - INFO - detector.roi_head.bbox_head.shared_fcs.0.weight - torch.Size([1024, 12544]): PretrainedInit: load from https://download.openmmlab.com/mmtracking/mot/faster_rcnn/faster-rcnn_r50_fpn_4e_mot17-ffa52ae7.pth
2023-03-07 18:29:13,338 - mmcv - INFO - detector.roi_head.bbox_head.shared_fcs.0.bias - torch.Size([1024]): PretrainedInit: load from https://download.openmmlab.com/mmtracking/mot/faster_rcnn/faster-rcnn_r50_fpn_4e_mot17-ffa52ae7.pth
2023-03-07 18:29:13,338 - mmcv - INFO - detector.roi_head.bbox_head.shared_fcs.1.weight - torch.Size([1024, 1024]): PretrainedInit: load from https://download.openmmlab.com/mmtracking/mot/faster_rcnn/faster-rcnn_r50_fpn_4e_mot17-ffa52ae7.pth
2023-03-07 18:29:13,338 - mmcv - INFO - detector.roi_head.bbox_head.shared_fcs.1.bias - torch.Size([1024]): PretrainedInit: load from https://download.openmmlab.com/mmtracking/mot/faster_rcnn/faster-rcnn_r50_fpn_4e_mot17-ffa52ae7.pth
Warning: The model doesn't have classes
[ ] 0/8, elapsed: 0s, ETA:Traceback (most recent call last):
File "demo/demo_mot_vis.py", line 103, in
We recommend using English or English & Chinese for issues so that we could have broader discussion.
cuda11.1以后才支持30系显卡https://developer.nvidia.com/blog/cuda-11-1-introduces-support-rtx-30-series/