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

Add function of exciting_moment in soccer match #1

Open
wants to merge 47 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
47 commits
Select commit Hold shift + click to select a range
0456068
Create score_fun
Alan-delete May 22, 2021
051489c
Update and rename score_fun to score_func.py
Alan-delete May 22, 2021
cf63e13
Update score_func.py
Alan-delete May 22, 2021
ae50ab5
Create score_func.py
Alan-delete May 22, 2021
7e65ad5
Create score_func.py
Alan-delete May 23, 2021
35232a2
Create score_func.py
Alan-delete May 23, 2021
d13ee08
Add files via upload
Alan-delete May 23, 2021
d0bab68
Create exciting_momont
Alan-delete May 24, 2021
bd2c357
Rename exciting_momont to exciting_momont.arg
Alan-delete May 24, 2021
37d4048
Rename exciting_momont.arg to exciting_moment.arg
Alan-delete May 25, 2021
aa1332a
Merge branch 'everest-project:main' into main
Alan-delete May 25, 2021
b50a04b
Update score_func.py
Alan-delete May 25, 2021
8fd400b
Update score_func.py
Alan-delete May 25, 2021
eca799f
modify exciting_moment.arg
Alan-delete May 25, 2021
05c1bfe
Create get_visual_img
Alan-delete May 25, 2021
75a9015
Rename get_visual_img to get_visual_img.py
Alan-delete May 25, 2021
d31d927
Update score_func.py
Alan-delete May 25, 2021
6589059
Update get_visual_img.py
Alan-delete May 25, 2021
b7c53b5
Update get_visual_img.py
Alan-delete May 25, 2021
07472cd
Update get_visual_img.py
Alan-delete May 25, 2021
f9f6b1b
Update get_visual_img.py
Alan-delete May 25, 2021
402cf22
test.jpg for debug
Alan-delete May 25, 2021
2d016a4
debug visual images process
Alan-delete May 26, 2021
bfd3e60
picture for debug
Alan-delete May 26, 2021
e7b5596
show selected topk
Alan-delete May 26, 2021
5be81e5
Update download_sample.sh
Alan-delete May 26, 2021
6332e6d
debug on 1GB video
Alan-delete May 27, 2021
52e0056
debug
Alan-delete May 27, 2021
2de12da
test picture
Alan-delete May 27, 2021
5ba7226
clean the code
Alan-delete May 27, 2021
18f8733
Create download_sample.sh
Alan-delete May 28, 2021
059e905
Update exciting_moment.arg
Alan-delete May 28, 2021
e8465bd
Create score_func.py
Alan-delete Jun 8, 2021
c21500d
Rename oracle/udf/score_func.py to oracle/udf/happy_moment/score_func.py
Alan-delete Jun 8, 2021
2606ace
Create happy_moment_tools.py
Alan-delete Jun 8, 2021
528ca2f
Update score_func.py
Alan-delete Jun 8, 2021
f266dd2
Update download_sample.sh
Alan-delete Jun 8, 2021
29071fa
Update score_func.py
Alan-delete Jun 8, 2021
4bc3502
Create alexnet.py
Alan-delete Jun 8, 2021
823ec70
Create vgg19.py
Alan-delete Jun 8, 2021
921e24f
Update score_func.py
Alan-delete Jun 8, 2021
c09d501
debug
Alan-delete Jun 9, 2021
d68051c
Delete happy_moment.arg~
Alan-delete Jun 9, 2021
2bf8584
add happy_moment and debug
Alan-delete Jun 11, 2021
aa00089
Merge branch 'everest-project:main' into main
Alan-delete Jun 11, 2021
b9b9a63
Delete Photo directory
Alan-delete Jun 23, 2021
e90dc2e
ui function in new repostory: add config file writing in backend.py, …
Alan-delete Jul 9, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
19 changes: 19 additions & 0 deletions config/family_travel.arg
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
--video
videos/family_travel.mp4
--length
22300
--diff_thres
0.0001
--num_train
0.015
--num_valid
300
--max_score
500
--udf
happy_moment
--obj
person
--class_thres
0.6
--save
17 changes: 17 additions & 0 deletions config/soccer_match.arg
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
--video
videos/soccer_match.mp4
--diff_thres
0.0001
--num_train
0.05
--num_valid
1000
--max_score
1000
--udf
exciting_moment
--obj
ball
--class_thres
0.5
--save
Loading