taosean

Results 6 issues of taosean

Hi, I encountered a memory leak problem when I inference images with the trained fpn model. In my case, I load the model with `net = caffe.Net(...)` in python and...

Hi @jinfagang, thank you for your repo. Now I'm considering writing a 3D version of dcn_psroi_pooling. However, when I was reading the code, I don't understand what the argument `const...

Hi @shaoshengsong , thank you for your sharing of the C++ version of DeepSORT. I checked the code and I found most of them no problem. However, I found something...

@Zardinality First I want to thank you for your work. Then I have a question. I want to use deformable convolution and deformable pooling on Windows 10. I saw you...

Hi, @NetoPedro, thank you for your work. I have a question, what is the network structure of the provided pretrained weight file? Is it iresnet100 or iresnet50? If it is...

Hi, @nwojke , I'm trying to train on my own dataset, I created the dataset just as Market 1501 format (naming format). Now my training dataset has 500 identities, indexing...