Skip to content
Snippets Groups Projects
Commit 43291e42 authored by Alexandre Chapin's avatar Alexandre Chapin :race_car:
Browse files

Setup repo and change SAm

parent 2d0f120c
No related branches found
No related tags found
No related merge requests found
......@@ -91,7 +91,7 @@ if __name__ == '__main__':
images= []
from torchvision import transforms
transform = transforms.ToTensor()
for j in range(10):
for j in range(2):
image = images_path[j]
img = cv2.imread(image)
img = cv2.cvtColor(img, cv2.COLOR_BGR2RGB)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment