File size: 413 Bytes
128e4f0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23

def reset_state(result, state):

    # Reset Result
    result["json_result"] = []
    result["aris_input"] = []
    result["datasets"] = []
    result["path_video"] = []
    result["path_zip"] = []
    result["path_json"] = []
    result["path_marking"] = []
    result["fish_table"] = []
    result["fish_info"] = []

    # Reset State
    state['files'] = []
    state['index'] = 0
    state['total'] = 0