Skip to content

Commit 94eb104

Browse files
committed
Getting diffed
1 parent 0974da5 commit 94eb104

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

code/autoencoder_model/scripts/thesis_scripts/classifier_allsports.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -793,7 +793,7 @@ def test(ENC_WEIGHTS, DEC_WEIGHTS, CLA_WEIGHTS):
793793
# test_videos_list = np.concatenate((videos_list_1, videos_list_2), axis=0)
794794

795795
# Load test action annotations
796-
test_action_labels = hkl.load(os.path.join(VAL_DATA_DIR, 'annotations_test_208.hkl'))
796+
test_action_labels = hkl.load(os.path.join(VAL_DATA_DIR, 'annotations_val_208.hkl'))
797797
test_ped_action_classes, test_ped_class_count = get_action_classes(test_action_labels)
798798
print("Test Stats: " + str(test_ped_class_count))
799799

0 commit comments

Comments
 (0)