Skip to content

Commit

Permalink
Fix tool import
Browse files Browse the repository at this point in the history
  • Loading branch information
zhong-al committed Dec 23, 2024
1 parent c5d4974 commit e3c52e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/kabr_tools/cvat2slowfast.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import pandas as pd
from natsort import natsorted
import cv2
from utils.path import join_paths
from kabr_tools.utils.path import join_paths


def cvat2slowfast(path_to_mini_scenes: str, path_to_new_dataset: str,
Expand Down

0 comments on commit e3c52e5

Please sign in to comment.