You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- def hierarchical_set_score(frame1, frame2):
- # deal with empty frame
- if not (frame1 and frame2):
- return 0.
- pass
- return 0.
|