Diego Rando

Results 14 comments of Diego Rando

@julien-c i am sorry but I have no idea about how it works: can I add the dataset by myself, following "instructions to add a new dataset"? Can I add...

@khushmeeet this is the [link](https://huggingface.co/datasets/dgrnd4/stanford_dog_dataset) where I added the dataset already. If you can I would ask you to do this: 1) The dataset it's all in TRAINING SET: can...

@khushmeeet @mariosasko The point is that the images must be processed and must have the same size in order to can be used for things for example "Training".

@mariosasko The point is that if I use something like this: x_train, x_test = train_test_split(dataset, test_size=0.1) to get Train 90% and Test 10%, and then to get the Validation Set...

@mariosasko in order to resize images I'm trying this method: ``` for i in range(0,len(dataset['train'])): #len(dataset['train']) ex = dataset['train'][i] #i image = ex['image'] image = image.convert("RGB") # image_resized = image.resize(size_to_resize)...

i have the default code of mediapipe and i want to get this information but honestly i dont understand those things: 1) must i change all the codes as yours?...

Many thanks, i get it using code picked up from the mediapipe original directory to extract the position of the landmarks. Now i need the position of the boxe so...

i'm reading now that you are using hand_tracking while i need multi_hand_tracking. Do you have any solution for this?

@devandong do you find the answer about what is this node?

hi, i did it in something like 50k images (15 videos) without gloves and 50k images (13 videos) with gloves. In every photo i remove the green/purple/red boxe (red in...