Skip to content

Commit

Permalink
Move files to maskrcnn folder and addressed all the required changes
Browse files Browse the repository at this point in the history
  • Loading branch information
laxmareddyp committed Sep 6, 2024
1 parent 9998e13 commit 8434016
Show file tree
Hide file tree
Showing 6 changed files with 1,757 additions and 47 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -804,4 +804,4 @@ def unpack_input(data):
if type(data) is dict:
return data["images"], data["bounding_boxes"]
else:
return data
return data
Loading

0 comments on commit 8434016

Please sign in to comment.