-
I'm trying to plot embeddings generated from the images of the oxford pets dataset, reduced using UMAP.
When I try to create a plot, I get the error shown below. It seems to require that I have "Unl…
-
This is my setup for transfer learning:
- model: `google/vit-base-patch16-224`: this is the most downloaded and well-known base transformer model.
- dataset: `oxford-iiit pets dataset`: [hf-link](…
-
TNT project. Waiting for your pretrained model.
-
Dear all,
I hope you're going well.
I would like to use the given exemple using Unet3p on Oxford Pet dataset with a dataset containing gray images as input (masks have 3 labels, namely 1 2 3).
…
-
I am running the cell with `make_interleaved_dataset` call.
The full exception message is
```
DatasetNotFoundError: Dataset bridge_dataset not found.
Available datasets:
- abstract_reasoning
…
-
Thank you for your work on CLIP!
I was trying to reproduce the zeroshot prediction results listed in Table 11 in the paper. Though I can reproduce most of the results in the Table 11, I found there…
-
# Instance Segmentation 实例分割
## Reference
- [Instance Segmentation入门总结](https://www.cnblogs.com/Xiaoyan-Li/p/10156463.html)
- [进展综述 - 单阶段实例分割(Single Shot Instance Segmentation)](https://zhuanlan.…
-
## Kaggle账号无法激活
- 没有vpn,无法用colab,只能用kaggle
## 问题描述
- 注册时,收不到验证码,导致激活屡屡失败
-
![image](https://user-images.githubusercontent.com/3257257/57591950-91846e00-7566-11e9-9f9e-6f6f8968e863.png)
---
…
-
/!\ PLEASE INCLUDE THE FULL STACKTRACE AND CODE SNIPPET
**Short description**
tfds plant_leaves is not getting loaded successfully. It's throwing NotImplementedError. Tried on May 16, 2024
**En…
-
Hello,
I tried to code a custom dataset class for training but the images generated on samples and reconstruction are all messed.
To code the dataset class I was inspired by the Oxford Pets data…