jwyang / fpn.pytorch

Pytorch implementation of Feature Pyramid Network (FPN) for Object Detection
MIT License
952 stars 221 forks source link

Where I can crop the image then send it into backbone #43

Open JackJWWong opened 5 years ago

JackJWWong commented 5 years ago

I'm trying to crop the images and then send it into the backbone Resnet, I was wondering where I can find the DataLoader and how it was loaded and how can I send the cropped images into it? Ty for help