mmtracking icon indicating copy to clipboard operation
mmtracking copied to clipboard

An error was encountered when run demo/demo_mot_vis.py

Open DLRook1e opened this issue 3 years ago • 4 comments

Environment: {'sys.platform': 'win32', 'Python': '3.9.12 (main, Apr 4 2022, 05:22:27) [MSC v.1916 64 bit (AMD64)]', 'CUDA available': True, 'GPU 0': 'NVIDIA GeForce RTX 3060 Ti', 'CUDA_HOME': 'C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.3', 'NVCC': 'Cuda compilation tools, release 11.3, V11.3.58', 'MSVC': '用于 x64 的 Microsoft (R) C/C++ 优化编译器 19.29.30141 版', 'GCC': 'n/a', 'PyTorch': '1.10.0+cu113', 'PyTorch compiling details': 'PyTorch built with:\n - C++ Version: 199711\n - MSVC 192829337\n - Intel(R) Math Kernel Library Version 2020.0.2 Product Build 20200624 for Intel(R) 64 architecture applications\n - Intel(R) MKL-DNN v2.2.3 (Git Hash 7336ca9f055cf1bfa13efb658fe15dc9b41f0740)\n - OpenMP 2019\n - LAPACK is enabled (usually provided by MKL)\n - CPU capability usage: AVX2\n - CUDA Runtime 11.3\n - 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_86,code=sm_86;-gencode;arch=compute_37,code=compute_37\n - CuDNN 8.2\n - Magma 2.5.4\n - Build settings: BLAS_INFO=mkl, BUILD_TYPE=Release, CUDA_VERSION=11.3, CUDNN_VERSION=8.2.0, CXX_COMPILER=C:/w/b/windows/tmp_bin/sccache-cl.exe, CXX_FLAGS=/DWIN32 /D_WINDOWS /GR /EHsc /w /bigobj -DUSE_PTHREADPOOL -openmp:experimental -IC:/w/b/windows/mkl/include -DNDEBUG -DUSE_KINETO -DLIBKINETO_NOCUPTI -DUSE_FBGEMM -DUSE_XNNPACK -DSYMBOLICATE_MOBILE_DEBUG_HANDLE -DEDGE_PROFILER_USE_KINETO, LAPACK_INFO=mkl, PERF_WITH_AVX=1, PERF_WITH_AVX2=1, PERF_WITH_AVX512=1, TORCH_VERSION=1.10.0, USE_CUDA=ON, USE_CUDNN=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, \n', 'TorchVision': '0.11.0+cu113', 'OpenCV': '4.5.5', 'MMCV': '1.5.0', 'MMCV Compiler': 'MSVC 192930140', 'MMCV CUDA Compiler': '11.3'}

image

DLRook1e avatar Apr 26 '22 09:04 DLRook1e

Thanks for your feedback. Two optional solutions:

  1. Please change the input parameter as verbose_init_params=True in the call of init_model in demo/demo_mot_vis.py
  2. Please change your file referring to this PR: https://github.com/open-mmlab/mmtracking/pull/526

JingweiZhang12 avatar Apr 27 '22 03:04 JingweiZhang12

it worked when I add verbose_init_params=True in the call of inti_model in demo/demo_mot_vis.py! Thanks a lot.

I am still working on trying to understand option 2.

FlyingRR avatar Apr 27 '22 06:04 FlyingRR

Good solutions! Thank you for your work :)

DLRook1e avatar Apr 27 '22 07:04 DLRook1e

We have fixed this bug! Just pull the latest code and enjoy it.

JingweiZhang12 avatar Apr 27 '22 08:04 JingweiZhang12