-
Notifications
You must be signed in to change notification settings - Fork 8
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
Comments
@apoman38 @electrasif can you split the experiments and select the optimal set of parameters? |
Yes, of course! I will discuss with @electrasif for the experiments. |
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. |
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 |
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? |
No description provided.
The text was updated successfully, but these errors were encountered: