-
Hello, I want to train the CUB-200-2011 using this model. Is the hyperparameter same as the imagnet's main.py?
-
### 🚀 The feature
Implement CrossVIT model for Fine grained classification
### Motivation, pitch
CrossViT integrates multi-scale feature representations, enabling it to efficiently process images o…
-
Given https://github.com/SciML/ModelingToolkit.jl/pull/3181/files we need to now add an interface here for hybrid models. It seems natural to allow a way for users to tag a mathematical representation…
-
When I reproduce the resnet101 experiments on cub, I only got the same results with resnet50 which is 88.1. I want to ask u when will u update the results because there is always TODO.
-
In the paper, it is mentioned that the view classifier can "classify B-mode and color Doppler videos into 58 standard echocardiographic views."
However, the code and model currently provided can on…
-
I added CBAM and BAM in ResNet50 on fine grained dataset, e.g. CUB200. But it had a worse performance than pure ResNet50 backbone. Was it because I failed to have right training hyper parameters? Its …
-
## Summary
Include model action/activity/interaction recognition (video).
## Datasets
- [Kinetics400](https://paperswithcode.com/dataset/kinetics-400-1)
The dataset contains 400 human action classes,…
-
This is a great work. According to the readme file you provided, I found that there is no data set division process and files for cars and dogs. Could you please provide your divided data set? Or can …
-
* Name of dataset: FGVC Aircraft
* URL of dataset: http://www.robots.ox.ac.uk/~vgg/data/fgvc-aircraft/
* License of dataset: for non-commercial research purposes only
* Short description of dataset…
-
https://github.com/ttpro1995/TreeLSTMSentiment/blob/c61f73e3efdf227e2cb521157f320ec727f2490a/trainer.py#L73
We need to do this only for binary classification. But for fine-grained it should be remo…