Skip to content

Commit a005f4b

Browse files
committed
Bigger factor between image_ids of diff videos
1 parent 60060b8 commit a005f4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tracklab/wrappers/dataset/external_video.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def __init__(self, dataset_path: str, video_path: str, *args, **kwargs):
7373
image_metadata.extend(
7474
[
7575
{
76-
"id": j+1000*i,
76+
"id": j+100_000*i, # TODO: read the number of frames to get the right factor
7777
"name": f"{video_name}_{j}",
7878
"frame": j,
7979
"nframes": nframes,

0 commit comments

Comments
 (0)