This repository has been archived by the owner on Jul 16, 2022. It is now read-only.
Feat 46 translate object detection function to dotnet #73
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hello,
This PR contains a demo object detection sample for #46
I've had some fun with it, had to oversome .NET SDK shortcomings and even learned something about JSON parsers in c#.
Insert file:
![file](https://user-images.githubusercontent.com/28345098/139095948-82a5b3d3-b3c2-4cfd-be35-b54ad010bf9a.jpg)
![image](https://user-images.githubusercontent.com/28345098/139096061-2eed276d-91db-4cd3-a3e6-77e08f07596d.png)
![image](https://user-images.githubusercontent.com/28345098/139096098-841b5214-8c62-4cca-be19-6c47e7cf9c0b.png)
![image](https://user-images.githubusercontent.com/28345098/139096140-9a5c6edb-a8f4-4a11-97f1-c5f8071de38b.png)
Please check and give me headsup if something is to be fixed :)