You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Vladislav Moiseev 19dd74c4f7 Миграция на YOLOv8 1 year ago
.run Fix ontology uid 1 year ago
test-data Initial commit 1 year ago
.gitignore Миграция на YOLOv8 1 year ago
DetectionTestOntology.owx Initial commit 1 year ago
OntologyObjectDetection123.owl Initial commit 1 year ago
README.md Fix readme 1 year ago
imageWorking.py Добавлены комментарии, исправлен метод поиска онтологии в сервисе 1 year ago
main.py Миграция на YOLOv8 1 year ago
neuralNetwork.py Миграция на YOLOv8 1 year ago
ontologyWorking.py Миграция на YOLOv8 1 year ago
requirements-mac.txt Add requirements-mac.txt 1 year ago
requirements.txt Initial commit 1 year ago

README.md

Окружение: Python 3.10

Сервис: http://kb.athene.tech/swagger-ui/index.html

Ручная установка зависимостей:

pip install -r requirements.txt

Ручная установка зависимостей для mac с Apple Silicon:

pip install -r requirements-mac.txt

Запуск:

main.py <Ontology UID> <Image Path>
main.py 5cc5570b-6ed9-3b33-9db4-bdb8ecb9f890 "test-data/lectionAudi/2021-03-12 13-48-31.JPG"