deep_sort icon indicating copy to clipboard operation
deep_sort copied to clipboard

How to trak on gray-scale videos..?

Open Koteswara-ML opened this issue 5 years ago • 1 comments

What all enhancements can be done to actually improve the performance of the tracking the objects in gray-scale videos..?

can some one help me with this..

Koteswara-ML avatar Feb 24 '20 09:02 Koteswara-ML

ResNet is the CNN used to generate descriptors for the bounding box images. To use grayscale images you will have to retrain the CNN if ResNet does not suffice as is. You may be able to use ResNet by converting the grayscale images to RGB as mentioned here: https://stackoverflow.com/questions/51995977/how-can-i-use-a-pre-trained-neural-network-with-grayscale-images

studentbrad avatar Nov 16 '20 00:11 studentbrad