-
Updated
Aug 17, 2020
Join GitHub (or sign in) to find projects, people, and topics catered to your interests.
Here's what's popular on GitHub today...
-
Updated
Aug 18, 2020 - Jupyter Notebook
Some of our favorite open source games from the recent GMTK Game Jam. Great fun to play and/or hack on!
-
Updated
Aug 17, 2020 - TypeScript
-
Updated
Aug 18, 2020 - Jupyter Notebook
Demo Days - How to build a business on GitHub
September 04, 2020 • Virtual
-
Updated
Aug 19, 2020 - C++
-
Updated
Aug 18, 2020 - Kotlin
Pixel Art Tools
Creating pixel art for fun or animated sprites for a game? The digital artist in you will love these apps and tools!
Imgbot
Imgbot is a friendly robot that optimizes your images and saves you time. Optimized images mean smaller file sizes without sacrificing quality.
Shortly after installing Imgbot, you will receive a pull request with all of your images optimized. Just merge the pull request and you’re done! As you work on your project, Imgbot works alongside you to keep your images optimized.
Imgbot uses lossless compression by default.
-
Updated
Aug 18, 2020
-
Updated
Aug 18, 2020
-
Updated
Aug 14, 2020 - HTML
-
Updated
Aug 13, 2020 - TypeScript
-
Updated
Aug 17, 2020
-
Updated
Aug 18, 2020 - Jupyter Notebook
-
Updated
Aug 18, 2020 - PowerShell
-
Updated
Aug 19, 2020 - Java
-
Updated
Aug 18, 2020 - Python
-
Updated
Aug 11, 2020 - JavaScript
-
Updated
Jul 4, 2020 - Python
-
Updated
Jun 1, 2020
-
Updated
Aug 18, 2020 - TypeScript
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
Azure Boards
Plan, track, and discuss work across your teams
Azure Boards offers Kanban boards, backlogs, and dashboards for flexible work tracking that is fully connected to the code and issues for all your projects – big and small.
A separate Azure DevOps Services subscription is required. We'll help you get started for free if you don't already have one.
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