You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: samples/csharp/end-to-end-apps/DeepLearning_ObjectDetection_Onnx/OnnxObjectDetectionE2EAPP/Controllers/ObjectDetectionController.cs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -117,7 +117,7 @@ private Result DetectAndPaintImage(ImageInputData imageInputData, string imageFi
Copy file name to clipboardExpand all lines: samples/csharp/end-to-end-apps/DeepLearning_ObjectDetection_Onnx/OnnxObjectDetectionE2EAPP/ML/OnnxModelConfigurator.cs
+1-12Lines changed: 1 addition & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ public struct TinyYoloModelSettings
list.Add(newImageInputData(){Image=newSystem.Drawing.Bitmap(ImageSettings.imageWidth,ImageSettings.imageHeight)});//Test: Might not need to create the Bitmap.. = null; ?
Copy file name to clipboardExpand all lines: samples/csharp/end-to-end-apps/DeepLearning_ObjectDetection_Onnx/OnnxObjectDetectionE2EAPP/Services/ObjectDetectionService.cs
Copy file name to clipboardExpand all lines: samples/csharp/end-to-end-apps/DeepLearning_ObjectDetection_Onnx/OnnxObjectDetectionE2EAPP/YoloParser/YoloBoundingBox.cs
0 commit comments