Skip to content

About the generation of state files #45

@MissWang2003

Description

@MissWang2003

I encountered an issue where some content is missing when generating the state files for my dataset. Could you please review my configuration file and let me know if it is correct? I look forward to your reply.

defaults:

  • dataset: dancetrack
  • engine: offline
  • visualization: none
  • modules/bbox_detector: yolo_ultralytics
  • modules/pose_estimator: yolo_ultralytics-pose
  • modules/reid: kpr
  • self

experiment_name: "state_generation"
use_rich: true
use_wandb: false
print_config: true
test_tracking: false
eval_tracking: false

data_dir: "${project_dir}/data"
model_dir: "${project_dir}/pretrained_models"
project_dir: "${hydra:runtime.cwd}"
num_cores: 4

pipeline:

  • bbox_detector
  • pose_estimator
  • reid

state:
save_file: "states/original_${dataset.eval_set}.pklz"
load_from_groundtruth: false

eval:
do_eval: false

dataset:
eval_set: train

engine:
target: tracklab.engine.OfflineTrackingEngine
num_workers: ${num_cores}
callbacks:
progress:
target: tracklab.callbacks.Progressbar
use_rich: ${use_rich}

visualization:
target: tracklab.visualization.VisualizationEngine
save_videos: false
visualizers: {}

hydra:
run:
dir: "outputs/state_generation/${now:%Y-%m-%d}/${now:%H-%M-%S}"
sweep:
dir: "multirun/state_generation/${now:%Y-%m-%d}/${now:%H-%M-%S}"
subdir: ${experiment_name}

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