This commit is contained in:
michael-hawker 2021-08-04 10:04:44 -07:00
Родитель 13ede2a8eb
Коммит a78eea18f1
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -7,7 +7,7 @@
<Description>
This package performs Image Classification on an input image by using the SqueezeNet Onnx model.
</Description>
<Version>0.0.22</Version>
<Version>0.0.23</Version>
</PropertyGroup>
<ItemGroup>
<EmbeddedResource Include="Properties\IntelligentAPI_ImageClassifier.rd.xml" />

Просмотреть файл

@ -7,7 +7,7 @@
<Description>
This package performs Object Detection on an input image by using the YOLOv4 Onnx model.
</Description>
<Version>0.0.8</Version>
<Version>0.0.9</Version>
</PropertyGroup>
<ItemGroup>
<EmbeddedResource Include="Properties\IntelligentAPI_ObjectDetector.rd.xml" />