Skip to content

Commit

Permalink
Add push_block API endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikWin committed Jan 25, 2025
1 parent 4c9c598 commit 28c29a0
Show file tree
Hide file tree
Showing 11 changed files with 1,440 additions and 48 deletions.
1 change: 1 addition & 0 deletions misc/Colab_Vidformer.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@
"out = cv2.VideoWriter(None, cv2.VideoWriter_fourcc(*\"mp4v\"), 24, [1280, 720])\n",
"\n",
"# Play the video in the notebook cell (outside jupyter add method=\"link\")\n",
"# This will say \"Waiting\" until you fill in the content in future cells\n",
"cv2.vidplay(out)"
]
},
Expand Down
2 changes: 2 additions & 0 deletions vidformer-igni/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,5 @@ regex = "1"
"num" = "0.4"
"toml" = "0.8.19"
"rand" = "0.8.5"
zstd = "0.13"
base64 = "0.22.1"
Loading

0 comments on commit 28c29a0

Please sign in to comment.