ImageNetModel
ImageNetModel copied to clipboard
Official ImageNet Model repository
Please share the code to compute the attention map using Score-CAM in Figure 4 of "Wave-ViT: Unifying Wavelets and Transformers for Visual Representation Learning". Thanks.
Thank you for the wonderful works! I am confused about the training resolution of Dual-ViT. From the code, the training resolution is 224 (see https://github.com/YehLi/ImageNetModel/blob/main/classification/main.py#L59), but from the paper, the...
Thanks for provide us such excellent work!But could you please provide the visualization code ? I've tried to visualize my model but still have difficult. Thanks very much !
Is there a pre-trained model? Thank you
Thank you for your great work! I am interested in the wavelet transform in Wave-ViT. In my opinion, when the wavelet transform is applied directly to an image, we can...
# Patching CVE-2007-4559 Hi, we are security researchers from the Advanced Research Center at [Trellix](https://www.trellix.com). We have began a campaign to patch a widespread bug named CVE-2007-4559. CVE-2007-4559 is a...
How can I combine the wavevit model with the CNN like YOLOv5, I am am interested in this work and try to use this approach to solve the infrared picture...