Nkiruka Uzuegbunam
Nkiruka Uzuegbunam
Hi Again, Would you have a description of how to go about running this on my own video/set of videos for only inference? Thanks
> > This was my solution hope it helps someone: > > pynvml ask for nvml.dll on "C:\Program Files\NVIDIA Corporation\NVSMI" and "C:\Windows\System32", but the new installer puts the file in...
I would like to make my own video-text retrieval demo but I am not sure how to begin. Can you give me some idea of how to start? Given a...
thank you. If I understand correctly, you do the following: - Sample the video to get frames - Pass the frames through BLIP, individually, to get frame embeddings - Concatenate...
Thanks. I was thinking along those lines for train folder. But I was not sure what to do about the query, and gallery? Should I just take a set of...
I have a question on the pretraining. I want to pretrain only on my dataset. Can i modify pretrain.json to only specify path to my dataset? what else should I...
>Another way is in Retrieval style. Given 751 classes in the Market-1501 dataset, we split the first 651 classes as training set and leave out the 100 classes as validation...
Sorry, I quoted it incorrectly, please see edited comment above
Thank you. Then for the teacher training, is it better to use the retrieval split or classification setting for a more robust dg-net setup or does the dataset setup not...
Check the size of the matrix/vector in x[0], if it has a 1 in the batch dimension, after squeeze in norm() function, this reduces to a vector which is problematic...