This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

[参考译文] TDA4VM:TDA4VM:无法在目标上推断高分辨率图像

Guru**** 2328790 points
Other Parts Discussed in Thread: TDA4VM
请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1522123/tda4vm-tda4vm-not-able-to-infer-high-resolution-images-on-target

器件型号:TDA4VM

工具/软件:

尊敬的团队:

我尝试推断目标上的大小(512 x 1024)图像、但结果显示误差以下。

不过、我能够在目标上推断出(320 x 512)分辨率的相同网络。
此外、当我删除以下各层时、可以在(512 x 1024)分辨率下对目标进行推断:

'''

1.self.avg_layer  = n.AvgPool2d (kernel_size=3步幅=1填充=1)
2.默认 channel_shuffle (x):

     b、c、h、w = x.shape
     x = x.rehfie (b、groups、-1、h、w)
     x = x.permute (02、1、34)
     x   = x.rehped (b、-1、h、w)
  返回 x
'''

在导入 ONNX 时、我是否可以更改某些内容?  

谢谢。此致、

Adarsh Kumar