You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My input, frame, has the correct dimensions of (784, 982, 3). When I view the CAM mask on it's own it has the right orientation but the dimensions are not correct. When I try transposing it, the dimensions match but then the orientation is not correct.
For now I'll just resize the CAM mask but I thought you might want to know the output dimensions are not correct.
Let me know if you want my input files or any other info to debug this. It's a project at work so I can't share all details but I can try to find public data that replicates my issue.
Thank you! Your repo is meeting my exact needs!
The text was updated successfully, but these errors were encountered:
Hello! I'm encountering the following error:
Here's my code:
My input,
frame
, has the correct dimensions of(784, 982, 3)
. When I view the CAM mask on it's own it has the right orientation but the dimensions are not correct. When I try transposing it, the dimensions match but then the orientation is not correct.For now I'll just resize the CAM mask but I thought you might want to know the output dimensions are not correct.
Let me know if you want my input files or any other info to debug this. It's a project at work so I can't share all details but I can try to find public data that replicates my issue.
Thank you! Your repo is meeting my exact needs!
The text was updated successfully, but these errors were encountered: