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
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