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
hello.
If i want to test with image size 1024x1024. What I must do in this code.
{boxes = decode(loc.data.squeeze(0), prior_data, cfg['variance'])
boxes = boxes * scale / resize
boxes = boxes.cpu().numpy()}
When i resize image to 1024x1024 i will don't resize. I don't know how to do.
please help me
The text was updated successfully, but these errors were encountered:
hello.
If i want to test with image size 1024x1024. What I must do in this code.
{boxes = decode(loc.data.squeeze(0), prior_data, cfg['variance'])
boxes = boxes * scale / resize
boxes = boxes.cpu().numpy()}
When i resize image to 1024x1024 i will don't resize. I don't know how to do.
please help me
The text was updated successfully, but these errors were encountered: