-
Updated
Aug 20, 2020 - Jupyter Notebook
Join GitHub (or sign in) to find projects, people, and topics catered to your interests.
Here's what's popular on GitHub today...
A fun platform game made in just 48 hours that has a very unique game mechanic.
Node.js
-
Updated
Aug 20, 2020
-
Updated
Aug 20, 2020 - Java
Demo Days - Container Registry and Container Security
September 25, 2020 • Virtual
-
Updated
Aug 19, 2020 - Python
TestQuality
TestQuality is the #1 Test Case Creation and Management app for GitHub Workflows. TestQuality extends your Github DevOps workflow to provide powerful and modern GitHub issue powered test case creation and management. TestQuality integrates with GitHub, Jira, Selenium, Jenkins, Cloudbees, Cucumber, JUnit and more to complement your entire DevOps workflow. TestQuality is FREE for GitHub public repo’s and affordable for teams on private repo's.
Add ideas/suggestions here and we'll discuss/greenlight them. Thanks.
-
Updated
Aug 18, 2020 - Python
-
Updated
Aug 18, 2020 - Jupyter Notebook
-
Updated
Aug 17, 2020
-
Updated
Aug 14, 2020 - HTML
-
Updated
Aug 18, 2020 - Jupyter Notebook
-
Updated
Aug 17, 2020 - TypeScript
-
Updated
Aug 20, 2020 - TypeScript
-
Updated
Aug 14, 2020 - Jupyter Notebook
Hello, dear Mediapipe guys.
I want to inference the hand pose with Mediapipe model and my own model.
I have my own tf-lite models, it can work on the RGB bitmap.
I try to query the RGB bitmap from input frame with data packet.
My code is
private static final String INPUT_VIDEO_STREAM_NAME = "input_video";
processor.addPacketCallback(INPUT_VIDEO_STREAM_NAME, (packet)->{
Describe the bug
When TEMPLATE_LIST_TEST_CASE and TEMPLATE_LIST_TEST_CASE_METHOD were added, the corresponding versions with the CATCH_ prefix were missed.
Expected behavior
CATCH_TEMPLATE_LIST_TEST_CASE and CATCH_TEMPLATE_LIST_TEST_CASE_METHOD should be available.
Additional context
The commit that added TEMPLATE_LIST_TEST_CASE and `TEMPLATE_LIST_TEST_CASE_MET
-
Updated
Aug 17, 2020 - Java
-
Updated
Aug 20, 2020 - C++
-
Updated
Aug 19, 2020 - C++
-
Updated
Aug 20, 2020
-
Updated
Aug 13, 2020 - TypeScript
-
Updated
Aug 19, 2020
-
Updated
Aug 17, 2020 - Kotlin
Codetree
Codetree is a lightweight project management app with terrific support for multi-repo projects. There's nothing to install and it works in every browser.
Agile teams use Codetree to plan sprints and epics, and understand their in-flight work. Two-way sync with GitHub Issues means your team can work in either tool and everything stays up to date.
Teams from SeatGeek, Google, Telerik, MIT, Microsoft and CKSource trust Codetree to help deliver great software.


GTest exports the following targets:
GTest::gtestGTest::gtest_mainGTest::gmockGTest::gmock_mainThis targets should also be available when adding gtest with
add_subdirectory(orFetchContent), because this should behave the same way as adding GTest withfind_package. So somewhere, we should add the aliases to these targets, i.e.