Skip to content

There is no full_Dataset.yaml file in datasets/ #4

Description

@hetolin

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions