xqpinitial/action-recognition
these days I have downed l lot of papers about action recognition,all of them from cvpr/iccv/nips and so on (⭐ 16)
these days I have downed l lot of papers about action recognition,all of them from cvpr/iccv/nips and so on (⭐ 16)
DevCycle - Feature Flag Code Usages Action (⭐ 19)
[should be linear at the end for classification] graph convolution mdoel with Pytorch GCN, to output an action (movement) of a hand, by reading in skeleton datae 21 joints, without images, FPHA Dataset, in given 45 Classes, such es opening a soap bottle, a soda can, and few\many…
? Useful README.md, LICENSE, CONTRIBUTING.md, CODE_OF_CONDUCT.md, SECURITY.md, GitHub Issues, Pull Requests and Actions templates to jumpstart your projects. (⭐ 675)
0.002 EUR x minute GITHUB? We just got the email today in the company and I am looping. It is not about the price but it is self-hosted, it is like paying a license to GitHub for using GitHub. It is...
Automatically generate summary GitHub statistics images for your profile using Actions, no server required (⭐ 423)
Automatically run 'php -l' on all PHP files in a repository with Github Actions (⭐ 7)
You can configure your workflows to run when specific activity on GitHub happens, at a scheduled time, or when an event outside of GitHub occurs.
Use this GitHub Action task to deploy Azure Resource Manager (ARM) template
You can configure your workflows to run when specific activity on GitHub happens, at a scheduled time, or when an event outside of GitHub occurs.
Use GitHub Actions to automatically update your App Configuration store when you update your configuration file in your GitHub repository
Points: 2 | Comments: 0 | Author: GaggiX
I’ve been spending time looking at GitHub Actions workflows and one thing that keeps coming up is permission scoping. A lot of workflows define permissions at the top level instead of per job. That...
Sep 23, 2023 · I am doing a continuous integration workflow in GitHub Actions to trigger "pytest backend/tests/" command on a push to any branch. Right now, I am testing in a feature branch. …
May 27, 2020 · Below is from the GitHub Actions documentation regarding uses (ie jobs. {job_id}.steps.uses) keyword Selects an action to run as part of a step in your job. An action is a …
Sep 23, 2023 · I am doing a continuous integration workflow in GitHub Actions to trigger "pytest backend/tests/" command on a push to any branch. Right now, I am testing in a feature branch. …
May 27, 2020 · Below is from the GitHub Actions documentation regarding uses (ie jobs. {job_id}.steps.uses) keyword Selects an action to run as part of a step in your job. An action is a …
Points: 168 | Comments: 35 | Author: mmastrac
Add a powerful cloud coding agent to your GitHub workflows (⭐ 95)
I've been dipping my feet into github actions and azure for the first time. What's in front of me now is using Terraform to manage Azure resources, such as Azure policies and other things, mostly to ...