EdSong

Results 97 comments of EdSong

Hi, actually this is not my paper. I just re-implemented it. I don't quite remember what C.tar and D.tar for. It seems it is the checkpoint of GAN. So you...

I don't really remember. It has been so long ago. From the code, it seems that they are all loading pretrained resnet18 checkpoint. But regarding their specific function in the...

I didn't reimplement the reID part, but the basic idea is replace the CE loss with triplet loss in some way.

> hi, what's the version of python, pytorch and torchvision? python 3.5-3.7, pytorch 1.3-1.7 is ok

The vgg_normalised.pth can be downloaded from https://github.com/mousecpn/Joint-Bilateral-Learning/tree/master/checkpoints. And I can not find the epoch_6style_7.pth, but you can retrain it on the repo https://github.com/mousecpn/Joint-Bilateral-Learning

> Hello, this is a wonderful work and I want to reproduce the results. But it seems that some pre-trained model or code is missing and the compilation fails. The...

你用pip装的mmdet吗? 本地装mmdet的话才可以

(1) How did you compile the environment? Locally or use pip to install mmdet. (2) Did you change the config script as:

This bug is fixed. > 测试问题在作者大大的帮助下,解决了这个问题,在mmdet/apis/test.py文件中把img = imshow_det_bboxes_water()整个注释掉,然后把下面的img = imshow_det_bboxes()取消注释就好了,再一次感谢作者

Sorry, I have no idea what is going on. Maybe you can contact mmdet team to help you. Or you may try the new version of mmdet. Maybe it works.