Commit Graph
41 Commits
Author SHA1 Message Date
kinaryml 8194513934 Updated docstrings and removed the redundant private helper method 2022-10-26 23:56:54 -07:00
kinaryml f8a98ccba4 Added a test utility method to compare protos directly 2022-10-25 23:38:32 -07:00
kinaryml ebb2686fb4 Moved OutputType and Activation to image_segmenter 2022-10-22 03:34:26 -07:00
kinaryml 024a6866a7 Removed some unneeded aliases 2022-10-21 13:39:59 -07:00
kinaryml 5231a0ad9f Removed SegmenterOptions dataclasses to enumerate options within ImageSegmenterOptions instead 2022-10-21 13:34:30 -07:00
kinaryml 91b60da1dc Updated name for a test case 2022-10-18 05:35:05 -07:00
kinaryml f166eb32e8 Updated names of test case methods 2022-10-18 04:34:17 -07:00
kinaryml 69f4daf9bc Removed unused BUILD 2022-10-18 04:31:35 -07:00
kinaryml 4932844410 Reverted changes to BUILD 2022-10-18 04:29:28 -07:00
kinaryml f84e0bc1c6 Revised API implementation and added more tests for segment_for_video and segment_async 2022-10-18 04:24:12 -07:00
kinaryml 803210a86b Simplified async test cases to invoke the classifier in context 2022-10-14 03:00:29 -07:00
kinaryml 6771fe69e9 Included checks for image sizes while running in async and roi mode 2022-10-11 22:52:18 -07:00
kinaryml 7726205d85 Added a test to run classify_async in region of interest mode 2022-10-11 22:42:50 -07:00
kinaryml 8ea0018397 Added a check to see if the output packet is empty in the API and updated tests 2022-10-11 22:34:56 -07:00
kinaryml 0a8dbc7576 Added remaining parameters to initialize the Rect data class 2022-10-10 13:58:37 -07:00
kinaryml c2672d040f Updated error message for the invalid model path test case 2022-10-10 08:19:12 -07:00
kinaryml 44e6f8e1a1 Updated image classifier to use a region of interest parameter 2022-10-10 08:15:40 -07:00
kinaryml cb806071ba Added more tests and updated the APIs to use a new constant 2022-10-07 22:26:49 -07:00
kinaryml e250c903f5 Added the ClassifyForVideo API 2022-10-05 05:24:52 -07:00
kinaryml ef31e3a482 Merge branch 'image-classification-python-impl' of https://github.com/kinaryml/mediapipe into image-classification-python-impl 2022-10-05 04:44:37 -07:00
kinaryml a22a5283d2 Adjusted namespaces 2022-10-05 04:43:30 -07:00
kinaryml 64d5c159c6 Fixed an auto formatting issue that caused classification_posprocessing_graph's registration to fail 2022-10-03 16:14:35 -07:00
kinaryml f241630b56 Revised implementation to align with recent changes 2022-10-03 15:11:48 -07:00
kinaryml 85af7ac9bc Removed unused BUILD 2022-09-29 13:36:07 -07:00
kinaryml 68fea17e30 Removed unused dependencies in BUILD 2022-09-29 13:34:10 -07:00
kinaryml bef2f6cced Updated implementation and tests 2022-09-29 03:40:56 -07:00
kinaryml cba2a6035c Code cleanup 2022-09-29 03:15:17 -07:00
kinaryml b04af0cafa Updated implementation and tests 2022-09-29 02:45:20 -07:00
kinaryml 8ad5918229 Removed some tests 2022-09-29 02:18:10 -07:00
kinaryml 72319ecbf5 Updated BUILD 2022-09-29 02:14:42 -07:00
kinaryml 63e0c04253 Updated BUILD and tests 2022-09-29 02:03:07 -07:00
kinaryml d25626ff63 Added Image Segmenter implementation and tests 2022-09-25 09:16:13 -07:00
kinaryml e028b24c42 Updated values for some constants 2022-09-21 04:34:19 -07:00
kinaryml bb750befd2 Updated ImageClassifierOptions docstring 2022-09-21 04:24:11 -07:00
kinaryml d8f7c5a43b Moved ClassifierOptions to mediapipe/tasks/python/components to align with the C++ API 2022-09-21 04:22:33 -07:00
kinaryml 660a88b7ea Code cleanup 2022-09-21 04:06:12 -07:00
kinaryml 500ad5a7f0 Updated some files 2022-09-21 03:43:18 -07:00
kinaryml 7287e5a0ed Added the image classifier task graph 2022-09-21 03:27:14 -07:00
kinaryml 3fbb2b002b Added image segmenter implementation files 2022-09-21 03:23:04 -07:00
kinaryml ec0c5f4341 Code cleanup 2022-09-11 14:00:49 -07:00
kinaryml cb52432159 Added image classification implementation files and associated tests 2022-09-08 06:23:03 -07:00