Khawar Islam
Khawar Islam
I am using this repository because I need a publication section https://github.com/ravijo/Awesome-CV The problem in the publication section is that "I have to add Impact Factor" Where we can write...
I trained VIT from scratch on face datasets and doing face verification. I want to know that how do I know the correct index number? I have 200+ classes.
I have to train a model and i have a image with its mask, it contains black background with different masks colour.
Hi @lucidrains, Could you please update your repo by making ResNet18 + ViT. ResNet 18 for feature extraction and then feed these features into ViT, please. Regards, Khawar
Hi @lucidrains Are you considering implementing the titled "Transformer in Convolutional Neural Networks" paper in your repo? https://arxiv.org/pdf/2106.03180.pdf Regards, Khawar
Dear @lucidrains Any hope to implement Swin Transformer and Compact-Transformers code? Regards, Khawar
I am implementing the algorithm in the vision transformer where we have `mlp_dim` parameters. In the Nystrom-based Algorithm, we have `num_landmarks`. I treated the `num_landmarks` parameter as mlp_dim but it...
Hi Thank you for your great work. My Image size is 112x112 and the head is 12 and my window size is 7. It does not work for me. Traceback...
Dear @weiaicunzai I am doing a classification task and I need to draw a box with the class name that the model predicts for the image. Please help me Regards,...
I am doing a classification task where I have changed the CIFAR dataset to my custom dataset. When I started the first epoch, the loss value is too big and...