Cysu / open-reid

Open source person re-identification library in python
https://cysu.github.io/open-reid/
MIT License
1.34k stars 349 forks source link

Support for pytorch v0.3 #37

Closed zydou closed 6 years ago

zydou commented 6 years ago

Pytorch has released 0.3 version a few days ago. We should import some packages explicitly in open-reid/reid/utils/data/transforms.py under pytorch v0.3

Cysu commented 6 years ago

@zydou, thank you so much for the PR!