stevenwudi / Kaggle_PKU_Baidu

Kaggle_PKU_Baidu
Apache License 2.0
71 stars 11 forks source link

install mmdet: 1.0.rc0+d3ca926 error #65

Closed enhenghengheng closed 4 years ago

enhenghengheng commented 4 years ago

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.