WongKinYiu / yolor

implementation of paper - You Only Learn One Representation: Unified Network for Multiple Tasks (https://arxiv.org/abs/2105.04206)
GNU General Public License v3.0
1.99k stars 518 forks source link

Input Data Requirements #155

Open MarioCodeMatuschek opened 2 years ago

MarioCodeMatuschek commented 2 years ago

First of all, thank you very much for open-sourcing the code to the YoloR framework.

However, when applying the system in practice one question came to my mind. Does the network favor any specific types of images as an input?

Further questions that appeared at the back of my head are:

I am looking forward to an insightful answer.

Best regards