Skip to content

Can experiments/src/main.py be run separately? #2

Description

@cbbhuxx

Hello, thank you very much for your work. I'm curious whether I can run experiments/src/main.py separately?

In experiments/config/usyd_dataset/dataset_params.py, there's:

"images_folders": [os.path.join("images", f) for f in images_folders],
"train": {
"sequences": [os.path.join(root, s) for s in train_sequences],
"poses_files": ["poses_aligned_1.txt"] * len(train_sequences),
"links_files": ["links.txt"] * len(train_sequences),
"nodes_files": ["nodes.txt"] * len(train_sequences),
"experience_size": 600
}

How are poses_aligned_1.txt, links.txt, and nodes.txt obtained?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions