catweis

Results 6 comments of catweis

For me (at the moment wiht labeled data), this database-class works: import sys, os from PIL import Image import cv2 from torch.utils.data import Dataset sys.path.append(os.getcwd()) class OwnDataset(Dataset): def __init__(self, img_paths,...

For training with adding this for no classe names work: if self.class_names is not None: class_name = os.path.basename(os.path.dirname(img_filepath)) target = self.class_names.index(class_name) else: target = 0 class_name = 'No class' However,...

Thank you for your fast response. Unfortunately, I do not know how to access mongo (within the docker container) and how to add then a user. And the other user...

Thank you very much for your suggestions. The version with the development.yml file works. But allowing everybody to add a user etc. does not seems fine to me. Therefore, a...

Dear @ChristianMarzahl, Thank you. As a pathologist, it was somehow relatively nearby to choose a histology image. Regarding your questions: I have copied the settings file due to an error...

Thank you very much. I have seen the video. Maybe I have missed this point. Anyway, by copying the file (exact/exact/settings.py.example) in the same folder (to exact/exact/settings.py) it works.