请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。
器件型号:TDA2EVM5777 您好!
在用于 SSD 培训的 train_image_object_detection.sh 中、有一个名为 min_dim 的参数、该参数被认为对受过培训的网络的准确性有很大影响。
在 SSD 中、min_dim 参数实际上控制什么?
谢谢、
Wei Chih
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.
您好!
在用于 SSD 培训的 train_image_object_detection.sh 中、有一个名为 min_dim 的参数、该参数被认为对受过培训的网络的准确性有很大影响。
在 SSD 中、min_dim 参数实际上控制什么?
谢谢、
Wei Chih
MIN_DIM 用于确定锚定框大小。 您可以检查 scripts\models\image_object_detection.py 中的源代码。