Skip to content

Commit

Permalink
tracking on videos support fix
Browse files Browse the repository at this point in the history
  • Loading branch information
arzamnik committed Mar 7, 2023
1 parent c684cf2 commit 9fc66bf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
supervisely==6.69.66
supervisely==6.69.68
ffmpeg-python==0.2.0
1 change: 0 additions & 1 deletion serve/src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ def get_info(self) -> dict:
info["checkpoint_name"] = self.checkpoint_name
info["pretrained_on_dataset"] = self.dataset_name
info["device"] = self.device
info["tracking_on_videos_support"] = False,
return info

def get_models(self, add_links=False):
Expand Down

0 comments on commit 9fc66bf

Please sign in to comment.