Julian Tanke
Julian Tanke
Follow instructions from here: https://github.com/jutanke/pak#dukemtmc-reid https://github.com/jutanke/pak#cuhk03 https://github.com/jutanke/pak#market-1501 https://github.com/jutanke/pak#mot16 Some of the datasets will be downloaded automatically by the library (MOT16 and Market1501) while you will have to download the others...
Hi, unfortunately, the weight files are lost (as discussed in #8 ). You will have to re-train the network which isn't too hard. Cheers
That would require to re-train the network. You can simply replace Xception with Resnet here: https://github.com/jutanke/person_reid/blob/57fd19755a22b45f5e7be0549fe73f6a56e7bc9a/reid/reid.py#L39
Wasn't there an astyle git-hook already in use? I recall @Sh4kE was working on it like a year ago and at least on his system it seemed to be working.....
I would be happy with MIT licence, however, we should try to figure, what we have to do regarding LGPL code, as qt is licensed with that (http://doc.qt.io/qt-5/lgpl.html). If I...
I generated two sequences with 25Hz for each dataset and it seems to me that the CMU dataset is sampled at a slightly higher framerate: __CMU (from this repo)__ ...
Great, thanks for clearing this up!
@KetulParikh I have a working [Dockerfile](https://github.com/jutanke/openpose_docker/blob/master/Dockerfile) for Ubuntu 18.04, though I did not test the Python bindings. Will you open-source your final Dockerfile? Good luck.