Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added run to CLI #35

Merged
merged 7 commits into from
Apr 22, 2021
Merged

added run to CLI #35

merged 7 commits into from
Apr 22, 2021

Conversation

sidney-tio
Copy link
Contributor

No description provided.

@sidney-tio sidney-tio added this to In review in PeekingDuck Apr 20, 2021
@@ -22,12 +22,12 @@ This toolkit provides state of the art computer vision models to make real time

## How to Use for Developers (Temporary)

- git clone this repo
- `git clone` this repo
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cd PeekingDuck next

README.md Show resolved Hide resolved
@@ -55,7 +79,7 @@ def get_configs(config_path):
with open('node_config.yml', 'a') as node_configs:
for node in nodes:
module, node_name = node.split('.')
if node_path[0] == 'custom':
if module == 'custom':
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

shall we replace module with node_type? To be consistent with CONTRIBUTING.md

@jwaycube
Copy link
Contributor

Can we remove "test" from the package-name? peekingduck will suffice.

@leeping-ng leeping-ng merged commit 2df6709 into dev Apr 22, 2021
@sidney-tio sidney-tio moved this from In review to Done in PeekingDuck Apr 26, 2021
@sidney-tio sidney-tio deleted the cli-add-runner branch May 18, 2021 12:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging this pull request may close these issues.

None yet

3 participants