Known limitations - DigitalMediaProfessionals/dv-sdk GitHub Wiki

The current version of the SDK has the following limitations.

Input Size

The maximum input dimensions are as follows:

  • Width: 2047
  • Height: 2048
  • Depth: 15
  • Channels: 32768

NOTE: The DMP tool cannot convert a network whose input size is not defined.

Convolution

The maximum convolution kernel size is 7x7.

Fully Connected

The maximum input size to FC is 16384.

Custom layer limitations

Currently the tool cannot handle custom layers that need weights.