jwyang / fpn.pytorch

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

How to load the Images into the network? #38

Open JackJWWong opened 5 years ago

JackJWWong commented 5 years ago

Beginner in pytorch, I found trouble to understand the code about loading the images into the network and how to resize them.