"src/libtorchaudio/sox/effects_chain.cpp" did not exist on "f53779995aeb7b77f0c687ff9f016ea9f541e6a2"
Unverified Commit e0eed2cb authored by Philip Meier's avatar Philip Meier Committed by GitHub
Browse files

fix BoundingBox.wrap_like (#7327)

parent 56d4078e
......@@ -87,7 +87,7 @@ class BoundingBox(Datapoint):
"""
if isinstance(format, str):
format = BoundingBoxFormat.from_str(format.upper())
format = BoundingBoxFormat[format.upper()]
return cls._wrap(
tensor,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment