create test set #2
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "test_set"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Dorzucisz jakiś skrypcik który ładuje te dane? Będziemy tego potrzebowali między innymi do wyliczenia metryk, wg mnie warto to zrobić w obszarze tego PRa. Możesz wrzucić podobny kod co jest na symulowaniu wizualnym, nawet spoko to działa. Musiałbyś tylko zmienić logikę brania klasy jako nazwy folderu na nazwę pliku i będzie śmigać.
@ -0,0 +4,4 @@
import cv2 as cv
from pathlib import Path
def load_data(input_dir, newSize=(64,64)):
Jedna nowa linia więcej nad tą funkcją
PEP 8: E302 expected 2 blank lines, found 1
@ -0,0 +8,4 @@
image_path = Path(input_dir)
file_names = os.listdir(image_path)
categories_name = []
categories_count=[]
categories_count = []
@ -0,0 +22,4 @@
categories_name.append(name)
categories_count.append(count)
test_img = []
labels=[]
labels = []
@ -0,0 +32,4 @@
test_img.append(img)
labels.append(n)
X={}
Hm, nie lepiej byłoby żeby ta struktura wyglądała w ten sposób?
@ -0,0 +42,4 @@
data = load_data('test_set')
print(data['categories_name'])
print(data['categories_count'])
print(data['labels'])
To wszystko trzeba wyrzucić, bo przy imporcie będzie się to wszystko wykonywało niepotrzebnie