Fatemeh Amerehi

Results 9 issues of Fatemeh Amerehi

Hi @mingukkang, POSTECH-CVLab team, I'm encountering a `PermissionError` while trying to run the following command on a **Windows machine** with `PyTorch 2.1.0` and a single NVIDIA GPU. ```bash python src/main.py...

**Describe the bug** Following the [usage ](https://huggingface.co/JCTN/RMBG-1.4#usage) from HF. When loading the model via `net = BriaRMBG.from_pretrained("briaai/RMBG-1.4")` it returns a KeyError for `'in_ch'` despite the key is available. ```python from...

bug

The multi_channel is removed from scikit-image https://scikit-image.org/docs/stable/api/skimage.filters.html#skimage.filters.gaussian

Solving issues with the current version of PyTorch. **Changes Made:** Replaced transforms.RandomSizedCrop(224) with transforms.RandomResizedCrop(224) for random resizing and cropping of images. Deprecated the use of transforms.Scale and replaced it with...

Hi @LiYingwei In the paper under the section 2.2 EVALUATION AND OBSERVATION you mentioned that "all models are trained and evaluated on **ImageNet-200**". These images are downsized to 64×64 colored...

Hi, Thanks for the repository and codes. I'd like to run the stylization notebook from [here](https://github.com/salesforce/LAVIS/blob/main/projects/blip-diffusion/notebooks/stylization.ipynb). When calling it, I receive the following error: ```python import torch import numpy as...

Hi @proffK and @max-andr , I hope all is well. I was searching through the repository for the code related to the experiments in Section 6, specifically for SIN +...

Hi @ericmintun hope that all is well. Is there any downloadable file for Tiny-ImageNet? Like [Tiny ImageNet-C](https://zenodo.org/record/2235448). Thanks

Hi @Heathcliff-saku, Firstly, thank you for the dataset and codes. I'd like to evaluate some fine-tuned models (like ResNet, DenseNet) on the ImageNet-V data. However, the accuracy shows 0. To...