Hi,I want to know if the wrong version of the installation will cause the code to run incorrectly.
I follow your codepython setup.py install and after install ,
i run pip list, and show
mmdet 1.0rc0+unknown /home/shi/anaconda3/lib/python3.7/site-packages/mmdet-1.0rc0+unknown-py3.7-linux-x86_64.egg
this is not mmdet: 1.0.rc0+d3ca926
and ,i run python train_kaggle_pku.py,
Then the previous problem occurred
File "/home/shi/anaconda3/lib/python3.7/site-packages/mmcv/runner/hooks/logger/tensorboard.py", line 30, in before_run 'Please run "pip install future tensorboard" to install ' ImportError: Please run "pip install future tensorboard" to install the dependencies to use torch.utils.tensorboard (applicable to PyTorch 1.1 or higher)
So,i want to known,whether the mmdet version is wrong,that will cause code errors to run.
and how to install the right mmdet version mmdet:1.0.rc0+d3ca926.
Hope you can answer in your free time ,thank you.
Hi,I want to know if the wrong version of the installation will cause the code to run incorrectly. I follow your code
python setup.py install
and after install , i runpip list
, and showmmdet 1.0rc0+unknown /home/shi/anaconda3/lib/python3.7/site-packages/mmdet-1.0rc0+unknown-py3.7-linux-x86_64.egg
this is notmmdet: 1.0.rc0+d3ca926
and ,i run
python train_kaggle_pku.py
,Then the previous problem occurred
File "/home/shi/anaconda3/lib/python3.7/site-packages/mmcv/runner/hooks/logger/tensorboard.py", line 30, in before_run 'Please run "pip install future tensorboard" to install ' ImportError: Please run "pip install future tensorboard" to install the dependencies to use torch.utils.tensorboard (applicable to PyTorch 1.1 or higher)
So,i want to known,whether the mmdet version is wrong,that will cause code errors to run. and how to install the right mmdet version
mmdet:1.0.rc0+d3ca926.
Hope you can answer in your free time ,thank you.