Hi, Thank you for sharing your code.It seems useful. I am using your code to retrain the network.But I found that there is no full_Dataset.yaml file in datasets/.
But in the code, it used the full_Dataset.yaml file:
def load_dataset(batch_size, num_cuda_workers, mode, debug=False, seed=100): datafile = "" if debug: datafile = "datasets/debug_Dataset.yaml" elif mode == "train": datafile = "datasets/full_Dataset.yaml" elif mode == "test": datafile = "datasets/full_test_Dataset.yaml"
There only exists objects.yaml and default_train_test_spilt.yaml in the ../datasets/
Could you provide the yaml files? Thank you very much.
Hi, Thank you for sharing your code.It seems useful. I am using your code to retrain the network.But I found that there is no
full_Dataset.yamlfile in datasets/.But in the code, it used the full_Dataset.yaml file:
def load_dataset(batch_size, num_cuda_workers, mode, debug=False, seed=100): datafile = "" if debug: datafile = "datasets/debug_Dataset.yaml" elif mode == "train": datafile = "datasets/full_Dataset.yaml" elif mode == "test": datafile = "datasets/full_test_Dataset.yaml"There only exists objects.yaml and default_train_test_spilt.yaml in the ../datasets/
Could you provide the yaml files? Thank you very much.