talentCODE
talentCODE
你好,刚看完论文,还没来及看代码。对SSG+以及SSG++的训练过程,这点有些疑问。SGG+是不是先利用无监督方法将SSG模型完全收敛以后,利用稳定的聚类来选取label参考集,对target上面每个数据取标签然后再去fine-tuneSSG?
Thanks for your work and releasing your code . after reading your code , I have a question . Did you regard images of same person as a tracklet in...
## 🐛 Bug Report In file included from /home/ws/.config/Code/User/globalStorage/wangtao0101.debug-leetcode/cppproblem1.cpp:11:0: /home/ws/.config/Code/User/globalStorage/wangtao0101.debug-leetcode/commoncppproblem1.h: In constructor ‘ListNode::ListNode()’: /home/ws/.config/Code/User/globalStorage/wangtao0101.debug-leetcode/commoncppproblem1.h:13:31: error: ‘nullptr’ was not declared in this scope ListNode() : val(0), next(nullptr) {} /home/ws/.config/Code/User/globalStorage/wangtao0101.debug-leetcode/commoncppproblem1.h:33:32: warning: non-static...
Take market1501 as example . Did you split the train folder into 6 folder accoding to the camera, and train starGAN without any change? In my trainning after 200000 iteration...