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

Consultation on reproducing results #6

Closed
zxzxzxzxzxzxzxzxzxzxzx opened this issue Jul 10, 2024 · 5 comments
Closed

Consultation on reproducing results #6

zxzxzxzxzxzxzxzxzxzxzx opened this issue Jul 10, 2024 · 5 comments

Comments

@zxzxzxzxzxzxzxzxzxzxzx
Copy link

image
instructions:nohup python -u main_linux.py --config ./configs/30_frames_15_stride/deepconvlstm_long.yaml --seed 1 --eval_type split > exp1.log 2>&1 &

main.py:
image

@mariusbock
Copy link
Owner

The results need to be postprocessed. Without applying the majority filter (see postprocessing/majority_fil.py) the mAP scores of the inertial models will be near zero due to frequently happening one-off mispredictions (ultimately splitting segments). Hope this helps!

@zxzxzxzxzxzxzxzxzxzxzx
Copy link
Author

Okay, thank you very much for your answer and your work support. I will now debug majority_fil. py

@Peipi98
Copy link

Peipi98 commented Sep 26, 2024

Hello, I've checked the instructions, but if oracle, camera and inertial are clear to me, the combined approach in early fusion isn't. If I've correctly understood, the early fusion approaches has to be treated as well as the vision based, by using score_thresh.py: am I right or did you use another approach?

@mariusbock
Copy link
Owner

Yes you are correct. The early-fusion experiments were only performed with the Temporal Action Localization models (Tridet and ActionFormer). Hence, we have to apply score thresholding like we do in the vision-based experiments

@Peipi98
Copy link

Peipi98 commented Sep 26, 2024

thanks!

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

3 participants