Tian Zhi
Tian Zhi
@dotsonliu I suggest that you could use `cv2.imwrite("test.jpg", im)` instead, which will save the image as `test.jpg`. You can open it with any image viewer. Hope it is useful for...
@andy-listen Please add the directory of `cpu_nms.so` to your PYTHONPATH. For example, you can run `export PYTHONPATH=$PYTHONPATH:` before running your code.
@zimenglan-sysu-512 The lstm in this code is based on [this code](https://github.com/junhyukoh/caffe-lstm), while the lstm of official caffe is Jeff Donahue's implementation. You can find the differences in [this page](https://github.com/junhyukoh/caffe-lstm). Thank...
Hi @toxic2m, my email is [email protected], as shown on my GitHub profile.
@hcnnam It is not in service. Please clone the code and run it locally. Thank you:-).
@tengshaofeng It's because we did not include side-refinement in this implementation. Thank you.
@vinnitu It seems that you use other Caffe on your machine.
Yes. It contains Chinese and English. No other languages are included.
@LearnerInGithub Please refer to our paper. If you have more questions, please describe the questions in detail. Thank you:-).