Salatiel Jordão

Results 4 comments of Salatiel Jordão

Actually I think the problem is that the module `torch.utils.data` is not finding the images in the folder, so it is returning `num_samples=0`. What is the directory structure of OpenImages...

In `default_config.py`: ``` class DatasetPaths(object): OPENIMAGES = '/mnt/ramdisk/root_folder' CITYSCAPES = '' JETS = '' class args(object): dataset = Datasets.OPENIMAGES dataset_path = DatasetPaths.OPENIMAGES ``` The structure is: ``` /mnt/ramdisk/root_folder |----/train |--------/image001.png...

Unfortunately that didn't work, same error. What is the absolute path expected? I'm not using the original openimages dataset, its a custom dataset using a custom path, but I did...

SiriluckLor, did you managed to connect the socketserver to the mql5?