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

Shot Evaluation: experiments for different shot_change() parameters #14

Open
tyiannak opened this issue Sep 21, 2020 · 5 comments
Open
Assignees

Comments

@tyiannak
Copy link
Owner

No description provided.

@tyiannak tyiannak assigned apoman38 and electrasif and unassigned apoman38 Sep 21, 2020
@tyiannak
Copy link
Owner Author

tyiannak commented Oct 2, 2020

@apoman38 @electrasif can you split the experiments and select the optimal set of parameters?
Use master branch and the shot_evaluation script for different thresholds in the shot_change.
In particular, create a set of values for the thresholds in line 411 and report the precision and recall in a spreadsheet. Lets try 30 or 40 combinations of threshold values and select the best.
You can split experiments in half.
Can you have this until tuesday @electrasif @apoman38 ?

@apoman38
Copy link
Collaborator

apoman38 commented Oct 3, 2020

Yes, of course! I will discuss with @electrasif for the experiments.

@apoman38
Copy link
Collaborator

apoman38 commented Oct 4, 2020

Can I make the experiments with the old version of analyze_visual.py? The new version with object detection wich using PyTorch is very very slow and there are many experiments.

@tyiannak
Copy link
Owner Author

tyiannak commented Oct 5, 2020

no i would prefer to use the current version. if it is too slow u can temporarily cache the features (and not commit the code) for each video file

@apoman38
Copy link
Collaborator

apoman38 commented Oct 8, 2020

The first phase of the experiments was completed. Our goal was to find out how each variable affects precision and recall. The method we followed to achieve this was to keep two of the three variables constant and change values ​​in the remaining variable. Below we suggest which range of variables we consider appropriate to perform grid search.

if ((mag_mu> [0.04,0.05,0.06,0.08,0.1]) and (gray_diff > [0.002,0.02,0.04,0.05,0.06]) and (f_diff[-1] >[0.22,0.55,0.75,0.95,1,5]))

Are the above values ​​right to proceed with the grid search process?
Below is the spreadsheet with the experiments.
(https://docs.google.com/spreadsheets/d/1JgvNMInXPCZjImzHFCqa1mJlwntHmxZ2DjScwJtimQ8/edit?usp=sharing)

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