Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Training instructions are unclear #3

Open
atonalfreerider opened this issue Feb 3, 2025 · 0 comments
Open

Training instructions are unclear #3

atonalfreerider opened this issue Feb 3, 2025 · 0 comments

Comments

@atonalfreerider
Copy link

atonalfreerider commented Feb 3, 2025

After running extract_all_trajectories.py on a sequence of 50 images (480x640) I have an .npz output that contains the co-tracker data:
-pred_tracks.npy
-pred_visibility.npy
-started_at.npy

The provided training example says to take this data and run:

python train.py --dataset_folder data/pet_test_set/our_data_format_4_validation_rgbd \
         --dataset_folder_validation data/pet_test_set/our_data_format_4_validation_rgbd

this is confusing because the dataset_folder and the dataset_folder_validation point to the same location in the example

I see from the pet_test_set that the npz should contain the track data above in addition to:
-GT_depth_tracks_all.npy
-GT_mask_tracks_all.npy
-Ks_all.npy
-Ms_all.npy

Do we add these to the npz using external tools like Sam2, UniDepth, etc?

I tried running train.py and I am getting a validation loss that is increasingly negative. It is producing a checkpoint .pt every 100 epochs

Am I misunderstanding the process?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant