jacobgil / keras-cam

Keras implementation of class activation mapping
335 stars 106 forks source link

Real-time video tracking #4

Open ghost opened 7 years ago

ghost commented 7 years ago

Can it be implemented into real-time video tracking? if it can, how to implement it? @jacobgil

jacobgil commented 7 years ago

If you have a deep learning model, you can add CAM and retrain it, or use grad-cam. Do you have a deep learning model doing your tracking? If so, you can.