-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from yjmm10/Docly
rename project to "Docly"
- Loading branch information
Showing
52 changed files
with
197 additions
and
209 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
name: Telos CI/CD | ||
name: Docly CI/CD | ||
|
||
on: | ||
push: | ||
|
@@ -54,7 +54,7 @@ jobs: | |
run: | | ||
git config --global credential.helper store | ||
echo "https://USER:[email protected]" > ~/.git-credentials | ||
git clone https://huggingface.co/liferecords/Telos.git telos/models | ||
git clone https://huggingface.co/liferecords/Telos.git docly/models | ||
- name: Run tests | ||
run: | | ||
tox -e py | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -180,6 +180,6 @@ venv.bak/ | |
**/*.local.yml | ||
**/.secrets.yml | ||
|
||
telos/models | ||
docly/models | ||
output-* | ||
tests/output |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
import gradio as gr | ||
import numpy as np | ||
|
||
from telos import * | ||
from docly import * | ||
|
||
|
||
def dla(img, conf, iou, model): | ||
|
Oops, something went wrong.