Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ghoshkaj/MLKitPoseClassificationExample
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: Throvn/MLKitPoseClassificationExample
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Able to merge. These branches can be automatically merged.
  • 1 commit
  • 27 files changed
  • 1 contributor

Commits on Jul 22, 2022

  1. took the repo down :(

    Throvn committed Jul 22, 2022
    Copy the full SHA
    ed483dc View commit details
Showing with 4 additions and 3,180 deletions.
  1. +0 −203 LICENSE.md
  2. +0 −510 MLKitPoseClassificationExample.xcodeproj/project.pbxproj
  3. +0 −7 MLKitPoseClassificationExample.xcodeproj/project.xcworkspace/contents.xcworkspacedata
  4. +0 −8 MLKitPoseClassificationExample.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
  5. +0 −14 ...eClassificationExample.xcodeproj/xcuserdata/throvn.xcuserdatad/xcschemes/xcschememanagement.plist
  6. +0 −10 MLKitPoseClassificationExample.xcworkspace/contents.xcworkspacedata
  7. +0 −8 MLKitPoseClassificationExample.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
  8. +0 −20 MLKitPoseClassificationExample/AppEntry.swift
  9. +0 −11 MLKitPoseClassificationExample/Assets.xcassets/AccentColor.colorset/Contents.json
  10. +0 −93 MLKitPoseClassificationExample/Assets.xcassets/AppIcon.appiconset/Contents.json
  11. +0 −6 MLKitPoseClassificationExample/Assets.xcassets/Contents.json
  12. +0 −43 MLKitPoseClassificationExample/Classification/ClassificationResult.swift
  13. +0 −78 MLKitPoseClassificationExample/Classification/EMASmoothing.swift
  14. +0 −118 MLKitPoseClassificationExample/Classification/MLKitHelper.swift
  15. +0 −145 MLKitPoseClassificationExample/Classification/PoseClassifier.swift
  16. +0 −130 MLKitPoseClassificationExample/Classification/PoseClassifierProcessor.swift
  17. +0 −139 MLKitPoseClassificationExample/Classification/PoseEmbedding.swift
  18. +0 −71 MLKitPoseClassificationExample/Classification/PoseSample.swift
  19. +0 −58 MLKitPoseClassificationExample/Classification/RepetitionCounter.swift
  20. +0 −285 MLKitPoseClassificationExample/Helper/PriorityQueue.swift
  21. +0 −416 MLKitPoseClassificationExample/Poses/fitness_pose_samples.csv
  22. +0 −6 MLKitPoseClassificationExample/Preview Content/Preview Assets.xcassets/Contents.json
  23. +0 −443 MLKitPoseClassificationExample/UIUtilities.swift
  24. +0 −219 MLKitPoseClassificationExample/VisionCameraUIView.swift
  25. +0 −128 MLKitPoseClassificationExample/VisionVideoProcesser.swift
  26. +0 −11 Podfile
  27. +4 −0 README.md
203 changes: 0 additions & 203 deletions LICENSE.md

This file was deleted.

Loading