Skip to content

Commit

Permalink
Fix TypeError: _BatchNorm.__init__()
Browse files Browse the repository at this point in the history
  • Loading branch information
zhong-al committed Nov 19, 2024
1 parent 17f6a79 commit a9f2deb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@ dependencies = [
"lxml",
"tqdm",
"torch",
"pytorchvideo",
"fvcore",
"natsort",
"ruamel.yaml",
"ultralytics",
"pandas",
"huggingface_hub"
"huggingface_hub",
"pytorchvideo @ git+https://github.com/facebookresearch/pytorchvideo.git@1fadaef40dd393ca09680f55582399f4679fc9b7"
]
keywords = [
"annotation",
Expand Down

0 comments on commit a9f2deb

Please sign in to comment.