-
Hi this is really good application. I would like to have your advice to use my own dataset. I have images that are very different with widely known dataset such as imagenet containing common object (c…
-
### Summary
This issue is to track progress on implementing new pretrained weights from related literature into torchgeo:
- [ ] Clay: [GitHub](https://github.com/Clay-foundation/model), [weights](ht…
-
dataset_id of SAM is 6248,but how to get other dataset_id of opendatalab?
-
Hi,
I'm trying to train YOLO with a custom database, and I try to get some classes from ImageNet (not everything).
I downloaded the annotations and the list of urls of some images (for example s…
-
## 🚀 Feature
This is a proposal to add more highly cited datasets. Thanks to [papers with code datasets](https://paperswithcode.com/datasets) which made this search easy.
## Motivation
These…
-
`maybe_unzip_dataset` in `HowToTrainYourMAMLPytorch/utils/dataset_tools.py` doesn't appear to support datasets other than omniglot and mini-ImageNet. I have created my own dataset (following the two-l…
-
# Reference
- [ ] [paper - 2019 - NAS-Bench-201: Extending the Scope of Reproducible Neural Architecture Search](https://arxiv.org/abs/2001.00326)
- [ ] [Github - NAS-Bench-201 - D-X-Y](https://git…
-
dataset normalize value를 정확하게 구해보자. (현재는 imagenet 기반 value가 default로 사용되고 있음)
```python
def get_mean_and_std(dataloader):
channels_sum, channels_squared_sum, num_batches = 0, 0, 0
for da…
-
Hi there
Thanks a lot for this great repo!
I am trying out MoCo on my own dataset (I also added additional augmentations). Training appears to have converged, but the max value I get for `ins_pr…
-
I am trying to train the squeezenet or alexnet architecture on a part of ImageNet dataset (in particular, using just a small number of classes). I tried with many choices of learning rate, and all the…