forked from microsoft/Cognitive-Samples-IntelligentKiosk
-
Notifications
You must be signed in to change notification settings - Fork 0
Latest Merge #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
indcoder
wants to merge
67
commits into
HackerspaceMumbai:master
Choose a base branch
from
microsoft:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Latest Merge #1
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…rt object detection (#55) * Updated Vision API Explorer and Realtime Video Insights demos to support object detection
* Add support for custom end points + minor improvements * minor fix
… app project. Easier for people consuming to have recent/matched SDKs. (#61)
* Add Realtime Image Classification and Object Detection demo * Custom Vision Setup: support exportable models
* Add Translator API Explorer demo * Added docs for the Translator API Explorer demo * Updated Custom Vision Setup docs
…and fix compilation errors and warnings (#74)
* Add new ImagePicker control * Face / Emotion API Explorer: add new ImagePicker control * New suggested images
* Add new Anomaly Detector demo * minor changes * Anomaly Detector demo: add AnomalyDetectorScenarioLoader * Anomaly Detector demo: add X,Y axis lines * Anomaly Detector demo: add tooltip feature + code cleanup * minor improvements * Update the display of Live sound user story * Fix a bug of displaying expected value * Update data of Telecom user story. * Anomaly Detector demo: remove Streaming/Batch radio buttons * Anomaly Detector demo: add Batch/Streaming labels + minor UI improvements * hotfix * Update all of user stories to run in Streaming mode. * Remove Batch enum. * Update Manufacturing user story. * minor fix * Update the max detection window of Live demo. * Add Anomaly Detector docs * PR fixes
* Add Visual Alert Builder demo * CustomVisionServiceWrapper: minor fix with negative tag * Visual Alert Builder: add demo docs * minor fix * PR fixes
* Added Ink Recognizer Explorer to Intelligent Kiosk * added in frame of ink reco app. added api key section to settings page * added basic ink canvas * added dispatch timer to canvas event handlers and ink to json conversion * can send ink data to service and receive json response * added second canvas to have results drawn on * recognized text, circles, and ellipses are drawn to second canvas * recognized rectangles and polygons drawn to second canvas * added horizontal line drawing and prevention of memory leaks from win2d * minor ui changes/added placeholder image for ink reco tile in demo gallery * added progress ring during recognition * words can be written different colors. inkBullets are rendered * styled main page to fit devices. added buttons to toolbar * request and response json displayed in pivot on right canvas * shapes are drawn at the same width of their stroke * styled textboxes to textblocks to have simple appearance * various small bug fixes. implemented proper undo/redo functionality. additional ui changes * text drawn slanted at same angle and ink * ellipses are drawn at same angle as ink * fixed incorrect ellipse width calculation. added message dialog for missing api key * changed to using models for deserializing response json into .net object * tree view of response json added to json pivot after recognition * dark mode for json and tree view. tree view expanded one level at default and items can be clicked on directly * app is scaled with larger screens. small amount of additional styling * fixed bug with undo and redo unchecking active tool and not working properly with erasing * minor styling done to ink toolbar to have separator and custom tools in desired place * minor style changes. fixed app from crashing due to bad api key * created helper methods to improve readability * handled different response codes from ink recognizer api. created addition helper * switched from pivot to navigation view for navigating different modes * added expand/collapse all to tree view. added nuget package for expander in form view * added validation for api endpoint/key in the settings page * fixed polygons being drawn in a slightly wrong position * small changes made to InkRecognizer to simplify using it * simplified logic of custom toolbar when disabling the toggled effect * text recognized through service in form filler. small ui changes to dual mode from feedback * recreated form to fit with different design * accept button functionality added * organized code into more regions. added functionality to form field canvas buttons * fixed small ui bug where accepted fields become pending if they are closed * removed code for save button since it is not necessary anymore. documented some of the methods for form filling * reverted some changes to IntelligentKioskSample.csproj to match master. removed unused nuget package * mend * removed commented line that was left over from previous changes * made logic for drawing shapes and creating the tree view more readable * improved readability when drawing text to result canvas * removed unnecessary package reference and line from .csproj * resolving comments from iteration 47 * proper navigation that also saves frame state added. dispose of win2d and httpclient correctly * fixed the problem from navigating away from the dual canvas mode while recognizing * resolving comments from iteration 50 * Ink Recognizer Explorer: Utilize HttpClientUtility and ServiceBase classes, Added documentation * only global endpoint is used now for the ink recognizer * disable ui with blank api key in settings * utilize HttpClientUtility and ServiceBase classes for http requests * created documentation for the ink recognizer explorer * Removed unneeded endpoints from AvailableCustomVisionApiEndpoints
* Anomaly Detector demo: minor UI fixes * Anomaly Detector demo: UI bug fixes
* Visual alert demo: camera size issue * Visual alert demo: minor UI improvements
Removing ONNX flavor parameter usage
* Insurance Claim Automation demo: initial commit * PR fixes * Insurance Claim Automation docs * Update InsuranceClaimAutomation.md * minor fix * Removed unnecessary files
* Insurance Claim Automation demo: remove ImageWithFaceBorderUserControl control * minor fix
* made ui/ux changes for ink mirror * form filler ui redesigned * finished updating timer functionality in form filler * updated screenshots of ink reco explorer to be current with new ui changes
* Add new Demo Gallery UX * Remove old images + minor changes * minor fixes
* Remove Automatic Photo Capture demo * Add How Old demo * How Old demo: add docs
* Update Settings page UX + move Mall Kiosk settings to the demo page * docs: small fix
* Add more setting options * Small fix
* Update Face API Explorer demo; remove Emotion Explorer demo; update ImagePicker control * Update docs * small fix * small fix
* Update Vision API Explorer * code cleanup * Update docs * small fix
* Added location for Anomaly Detector service and a little refactor in SettingsHelper * Update AnomalyDetectorHelper.cs removed extra blank line * Update AnomalyDetectorHelper.cs Added spaces between words with + * Update SettingsHelper.cs removed extra blank line
* Add Caption Bot demo * Add docs
* Add Speech to Text Explorer demo * Add docs
* Add Text Analytics Explorer demo; update Bing News Analytics demo * Add docs
* Add Digital Asset Management demo * update converters * Remove Image Collection Insights demo * Add docs
* Add Speaker Recognition Explorer demo * Add docs
* Text Analytics updates * fix type
* Updates: - update Computer Vision SDK; - add region to the Translator API; - minor improvements * update ReadMe file * Update NuGet libs Co-authored-by: Albert Davletov <v-adavle@microsoft.com>
* Update CV SDK * Custom Vision fixes * Custom Vision: unzip onnx file * minor improvements Co-authored-by: Albert Davletov <v-adavle@microsoft.com>
Proposed fix for issue #131
Fixed deprecated warning below: WARNING: This command is implicitly deprecated because command group 'group deployment' is deprecated and will be removed in a future release. Use 'deployment group' instead.
* Update Bing API * Bing Visual Search demo: remove "similar celebrities" option * Update deployment script * minor fix Co-authored-by: Albert Davletov <v-adavle@microsoft.com>
* Remove KioskRuntimeComponent project * Update ReadMe file * Delete KioskRuntimeComponent project files Co-authored-by: Albert Davletov <v-adavle@microsoft.com>
* Update deployment script: add text transltator, anomaly detector, custom vision keys * minor fixes * add Form Recognizer key * Add Speech key * update docs * minor fixes Co-authored-by: Albert Davletov <v-adavle@microsoft.com>
* Add NeuralTTS demo * small fix * NeuralTTS demo: add docs * minor improvements Co-authored-by: Albert Davletov <v-adavle@microsoft.com>
* Remove RaspberryPi Kiosk sample * update ReadMe * update docs Co-authored-by: Albert Davletov <v-adavle@microsoft.com>
* Add suggested images to FaceAPI Explorer page * Update FormRecognizer image samples * InsuraceClaimAutomation: update image samples * Translator Explorer: update image samples * BingVisualSearch: update image samples * VisionApiExplorer: update image samples Co-authored-by: Albert Davletov <v-adavle@microsoft.com>
…very high head pose values (beyond +-35 degrees) (#147)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.