Skip to content

Commit

Permalink
add evaluation
Browse files Browse the repository at this point in the history
  • Loading branch information
ruiliu-ai committed Sep 23, 2021
1 parent d3ba531 commit 7f7d099
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion evaluate.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ def get_i3d_activations(batched_video, target_endpoint='Logits', flatten=True, g
def get_frame_mask_list(args):
#data_root = "./data/YouTubeVOS/"
data_root = "./data/DATASET_DAVIS"
mask_dir = "./random_mask_stationary_w432_h240"
mask_dir = "./data/random_mask_stationary_w432_h240"
mask_folder = sorted(os.listdir(mask_dir))
mask_list = [os.path.join(mask_dir, name) for name in mask_folder]

Expand Down

0 comments on commit 7f7d099

Please sign in to comment.