A.Reza Marefat
A.Reza Marefat
Hi thank you for this awesome implementation. Is it possible to infer on batch of images at the same time?
Hi. Thank you for the great repo. I have followed instructions to installation and usage of ABCNet and everything have gone well. But the problem is when I run the...
Hi thanks for your great tool. I have used react-mic and I found it really strong since it did not have any error or any kind of incompatibility. This was...
Hi there. Thank you for the repo. Could you please provide a brief instruction on how to train the model on a new dataset?
Hi, thank you for the implementation. I want to train this repo on some other languages but I am stuck in a problem. In the repo you have explained how...
Hi, thanks for sharing this repo. Is there any chance to have access to the pre-trained checkpoint?
Hi, thank you for this awesome repo. I am trying to get the GradCAM for the CCT (Compact Convolutional Transformer) taken from [here](https://github.com/SHI-Labs/Compact-Transformers). I give the model a tensor of...
Hi. Thank you for this awesome repo. In the inference mode I don't have any problem. But when it comes to training the architecture of the model has the following...
Hi Thank you for this awesome implementation. I have used the following command: ``` python dirtorch/extract_features.py --dataset /mnt/829A20D99A20CB8B/projects/Datasets/Products_Digi/images/shoe --checkpoint /mnt/829A20D99A20CB8B/projects/deep-image-retrieval/Resnet101-TL-GeM.pt --output /mnt/829A20D99A20CB8B/projects/deep-image-retrieval/features.txt --gpu 0 --whiten Landmarks_clean --whitenp 0.25 ``` This...
Hi, thank you for the repo. I want to calculate mAP and in order to do this I need the confidence score for each bounding box which is detected. How...