Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* wip: New sample scene (Face Detection) * wip: make AssetLoader static * wip: implement ImageSource classes for static image and video * fix: WebCamTexture's format is usually ARGB32 * refactor(sample): implement generic method to get NativeArray * refactor(sample): enable to specify TextureFrame's format * refactor: implement WaitForResult * refactor: cache TextureFrame instances * wip: make ImageSource runnable * wip: enable to pause/resume current program * don't show GlogDir's parent directory * wip: add web cam resolutions * wip: initialize outputTexture when Play is called * wip: change font size * refactor: SolutionBase -> Solution * refactor: GetInstanceId -> GetInstanceID * wip: implement StreamingAssetsResourceManager * wip: change Glog I/Fs * wip: UInt64 -> UInt32 * feat: ObserveOutputStream receives observeTimestampBounds flag * wip: convert TextureFormat to ImageFormat.Format * wip: implement GraphRunner * wip: FaceDetection test * fix: Texture format is incompatible * wip: ImageSource does not manage TextureFramePool * wip: implement Annotation * wip: flip image * rename * wip: asynchronous sample * wip: FaceDetection Config * wip: FontAwesome license * remove old face detection sample * wip: make a prefab for Main Canvas * wip: Face Mesh sample * wip: clear annotations when modal is open * wip: implement Logger * refactor: TextureFrame's namespace * wip: use Logger * wip: implement GUIConsole * wip: draw annotations under modal panel * wip: console window * wip: scroll console * fix: fails to initialize calculator graph * wip: switch scenes * wip: Hand Tracking sample * fix: ROI can be NaN * remove old hand tracking example * resume when solution menu is closed * set Glog flags * fix: Config Window's label * wip: new Pose Tracking sample * webcam may fail to start * fix: failed to read pixels from static image and video * wip: fails to restart graph runnner sometimes * wip: annotate PoseWorldLandmarks * remove old Pose Tracking sample * wip: OutputStreamPoller emits empty packets when there are not outputs * wip: annotate RoiFromLandmarks * typo * wip: new Iris Tracking sample * refactor: refactor annotations * wip: draw annotations synchronously * wip: enable to change properties from inspector * wip: add Holistic new sample * remove old iris and holistic samples * refactor: IrisTracking -> Iris Tracking * wip: add new Object Detection sample * remove old Object Detection sample * wip: add new Box Tracking sample * remove old Box Tracking sample * fix: crash when Hair Segmentation sample runs again * wip: add new Hair Segmentation sample * remove old Hair Segmentation sample * fix: log with an empty tag * fix: make menu windows scrollable * wip: Convert Main Canvas's body to prefab * remove unnecessary initialization * refactor: normalize callback names * set callbacks from code * wip: add new Hello World scene * remove all listeners when restarting * remove old Hello World sample * remove unused annotation controllers * remove unused prefabs * feat: port FrameAnnotation * fix: make it runnable on CPU * fix: crashes when calling ObserveOutputStream * FrameAnnotationVector is not used * remove LineListAnnotation * wip: add new Objectron sample * remove old Objectron sample * not to use heap to marshal SerializeProto * wip: add AnchorVectorPacket for InstantMotionTracking * refactor: marshal GlTextureInfo * refactor: not to create unnecessasary struct * wip: Region Tracking * wip: not to crop input images in Objectron * refactor: remove namespace InstantMotionTracking * fix: deserialize SerializedProtoVector * cache Status.ok * refactor CoordinateTransform * wip: scale arrow length * wip: not to crop image in Objectron (OpenGL ES) * wip: add new Instant Motion Tracking sample * remove old samples * wip: not to use AssetBundle by default * wip: install resource files to StreamingAssets * remove unused resource files * wip: isMirrored support * wip: timeout support * fix: incorrect handedness * fix: apply ArrowLengthScale * fallback to CPU * wip: region tracking on CPU * wip: new Official demo sample * ignore UserSettings * wip: enable logtostderr by default * wip: Texture's property may be accessed from another thread * fix: StreamingAssetsResourceManager won't work on Android * wip: synchronize input and output on Android * fix: failed to save config file * fix: typo * default orientation * remove files under UserSettings * refactor: add OutputStream class * fix: marshal boolean value * wip: instant motion tracking * fix: macOS and iOS * doc: change commands * wip: rotation * wip: flip images vertically * wip: hair segmentation on iOS * fix: objectron on iOS * fix: consider device orientation * wip: support rotation * fix: no need to flip vertically in MediaPipeVideoSolution * fix: not to show empty mask layer by default * fix: z scale in instant motion tracking * doc: update example graphs' matrix * fix: ignore Preferable Inference Mode on UnityEditor * doc: update documents * change default rotation
- Loading branch information