Diego Rando

Results 6 issues of Diego Rando

## Adding a Dataset - **Name:** *Stanford dog dataset* - **Description:** *The dataset is about 120 classes for a total of 20.580 images. You can find the dataset here http://vision.stanford.edu/aditya86/ImageNetDogs/*...

good first issue
dataset request

Could you please tell me how to extract those position, using mediapipe? Many thanks

hi, i need to extract the two red boxe and i would use your code to do it but when i execute it i have a bad result. Down here...

Hi, i saved my model in these 3 followings ways: ``` from transformers import ViTFeatureExtractor, ViTForImageClassification from transformers import AutoModelForImageClassification from transformers import TFAutoModelForImageClassification model_directory = "drive/MyDrive/Tirocinio/1ris_vit-stanford-dog-dataset" tokenizer = ViTFeatureExtractor.from_pretrained(model_directory)...

Hi there, do you know how I can I use one of the two techniques above to do image classification on "Stanford Dogs Dataset"? I've already tried the "B_16_imagenet1k" model...

Hi, i was trying to understand, what's the meaning of the "FlexErf" node? is it related to the tf.math.erf used by tensorflow to Computes the Gauss error? Many thanks!! @faustomorales