You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I changed the input type to grayscale in the model. hoping it would decrease the inference time. Unfortunately, it increased instead. I realized that changing only one layer in the model might not have much impact. Please correct me if I'm mistaken.
Could you please guide me on alternative approaches or point out any mistakes I made regarding grayscale?
Thank you !!
The text was updated successfully, but these errors were encountered:
I think this is intended for a different library as the SORT code doesn't
explicitly use the image or convolution layers as shown in your screenshot.
Maybe you might get better answers if you ask on the repository with the
convolutional detector you are using.
I changed the input type to grayscale in the model. hoping it would decrease the inference time. Unfortunately, it increased instead. I realized that changing only one layer in the model might not have much impact. Please correct me if I'm mistaken.
Could you please guide me on alternative approaches or point out any mistakes I made regarding grayscale?
Thank you !!
The text was updated successfully, but these errors were encountered: