DigitalMediaProfessionals / tool

DV network conversion tool
Apache License 2.0
0 stars 1 forks source link

Support model with unspecific input dimensions. #31

Closed ZongHong-Lyu closed 5 years ago

ZongHong-Lyu commented 5 years ago

If width_override and height_override is specified in input config, model with unspecific input dimensions can be supported now.

Also added log message to indicate if the input model has unspecific input dimensions and does not use width_override and height_override.

Fix #26.