changtimwu / changtimwu.github.com

Tim's testing/practice notes
7 stars 2 forks source link

Object Tracking and Re-ID #103

Open changtimwu opened 4 years ago

changtimwu commented 4 years ago

ReID implementation on Jetson https://github.com/anonymous1computervision/Human-ReID-in-NVIDIA-Jetson

changtimwu commented 4 years ago
changtimwu commented 4 years ago

datasets

changtimwu commented 4 years ago

Pytorch

changtimwu commented 4 years ago

the domain shift problem in ReID

Many works are devoted to the cross-domain adaptation problem [6], [10], [11] because this question is critical for practical use of reidentification models.

changtimwu commented 4 years ago

GhostNet: https://zhuanlan.zhihu.com/p/109325275 our GhostNet can achieve higher recognition performance (e.g. 75.7% top-1 accuracy) than MobileNetV3 with similar computational cost on the ImageNet ILSVRC-2012 classification dataset.

changtimwu commented 4 years ago
changtimwu commented 4 years ago
changtimwu commented 4 years ago
changtimwu commented 4 years ago

tracking is the point

MOTS

KLT tracker

changtimwu commented 4 years ago

good survey https://zhuanlan.zhihu.com/p/95499141

changtimwu commented 4 years ago

Object Tracking

excellent research & implementation on video based object tracking

https://mp.weixin.qq.com/s?__biz=MzIwMTE1NjQxMQ==&mid=2247497851&idx=3&sn=a99fbb60d9102df7e74f84b4559817a7&chksm=96f08a2fa187033909ae79b37163fb099e75482946fd0be0475c5121a702d38aaad70d369f4e

https://github.com/MegviiDetection/video_analyst

Solid multi object tracking class

original siam network: https://www.youtube.com/watch?v=jZoUalMMZ_0

changtimwu commented 4 years ago

3D reconstruction