131 Коммитов

Автор SHA1 Сообщение Дата
Petr Andriushchenko
ad9b40088f
fixed test_objects.py 2023-03-24 11:22:39 +01:00
pre-commit-ci[bot]
dcc62bdcd5 [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
2023-03-24 10:16:07 +00:00
Petr Andriushchenko
f96862eb04
remove lavis from utils.py 2023-03-24 11:14:55 +01:00
pre-commit-ci[bot]
3be4e6a114 [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
2023-03-24 10:01:56 +00:00
Petr Andriushchenko
7732b802b8
fixed tests 2023-03-24 11:01:35 +01:00
Petr Andriushchenko
cc3d7f3aa8
merge main to add_itm 2023-03-23 17:09:07 +01:00
Petr Andriushchenko
16fb5a02ee
fixed itm functionality 2023-03-23 16:40:48 +01:00
Inga Ulusoy
0ca9366980
update docs and google auth (#63)
* update notebooks and google auth

* update readme and text

* google cred

* update secret name

* add pandocto CI

* pandoc step

* install pandoc

* correct typo
2023-03-23 14:07:30 +01:00
Inga Ulusoy
6eff8b8145
Update doc (#61)
* add image summary notebook

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* pin deepface version to avoid bug with progress bar after update

* update actions version for checkout and python

* test ci without lavis

* no lavis for ci test

* merging

* return lavis

* change lavis to salesforce-lavis

* change pycocotools install method

* change pycocotools install method

* fix_pycocotools

* Downgrade Python

* back to 3.9 and remove pycocotools dependance

* instrucctions for windows

* missing comma after merge

* lavis only for ubuntu

* use lavis package name in install instead of git

* adding multimodal searching py and notebook

* exclude lavis on windows

* skip import on windows

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* reactivate lavis

* Revert "reactivate lavis"

This reverts commit ecdaf9d316e4b08816ba62da5e0482c8ff15b14e.

* Change input format for multimodal search

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* fix clip models

* account for new interface in init imports

* changed imports bec of lavis/windows

* fix if-else, added clip ViT-L-14=336 model

* fix code smells

* add model change function to summary

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* fixed new model in summary.py

* fixed summary windget

* moved some function to utils

* fixed imort torch in utils

* added test_summary.py

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* fixed opencv version

* added first test of multimodal_search.py

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* fixed test

* removed windows in CI and added test in multimodal search

* change lavis from dependencies from pip ro git

* fixed blip2 model in test_multimodal_search.py

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* fixed test multimodal search on cpu and gpu machines

* added test, fixed dependencies

* add -vv to pytest command in CI

* added test_multimodal_search tests

* fixed tests in test_multimodal_search.py

* fixed tests in test_summary

* changed CI and fixed test_multimodel search

* fixed ci

* fixed error in test multimodal search, changed ci

* added multimodal search test, added windows CI, added picture in test data

* CI debuging

* fixing tests in CI

* fixing test in CI 2

* fixing CI 3

* fixing CI

* added filtering function

* Brought back all tests after CI fixing

* changed CI one pytest by individual tests

* fixed opencv problem

* fix path for text, adjust result for new gcv

* remove opencv

* fixing cv2 error

* added opencv-contrib, change objects_cvlib

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* fixing tests in CI

* fixing CI testing

* fixing codecov in CI

* fixing codecov in CI

* run tests together; install opencv last

* update requirements for opencv dependencies

* first doc updates

* more changes to doc notebooks

---------

Co-authored-by: Petr Andriushchenko <pitandmind@gmail.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-03-22 10:56:10 +01:00
Petr Andriushchenko
2891c8a6ed
add image summary notebook (#57)
* add image summary notebook

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* pin deepface version to avoid bug with progress bar after update

* update actions version for checkout and python

* test ci without lavis

* no lavis for ci test

* merging

* return lavis

* change lavis to salesforce-lavis

* change pycocotools install method

* change pycocotools install method

* fix_pycocotools

* Downgrade Python

* back to 3.9 and remove pycocotools dependance

* instrucctions for windows

* missing comma after merge

* lavis only for ubuntu

* use lavis package name in install instead of git

* adding multimodal searching py and notebook

* exclude lavis on windows

* skip import on windows

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* reactivate lavis

* Revert "reactivate lavis"

This reverts commit ecdaf9d316e4b08816ba62da5e0482c8ff15b14e.

* Change input format for multimodal search

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* fix clip models

* account for new interface in init imports

* changed imports bec of lavis/windows

* fix if-else, added clip ViT-L-14=336 model

* fix code smells

* add model change function to summary

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* fixed new model in summary.py

* fixed summary windget

* moved some function to utils

* fixed imort torch in utils

* added test_summary.py

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* fixed opencv version

* added first test of multimodal_search.py

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* fixed test

* removed windows in CI and added test in multimodal search

* change lavis from dependencies from pip ro git

* fixed blip2 model in test_multimodal_search.py

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* fixed test multimodal search on cpu and gpu machines

* added test, fixed dependencies

* add -vv to pytest command in CI

* added test_multimodal_search tests

* fixed tests in test_multimodal_search.py

* fixed tests in test_summary

* changed CI and fixed test_multimodel search

* fixed ci

* fixed error in test multimodal search, changed ci

* added multimodal search test, added windows CI, added picture in test data

* CI debuging

* fixing tests in CI

* fixing test in CI 2

* fixing CI 3

* fixing CI

* added filtering function

* Brought back all tests after CI fixing

* changed CI one pytest by individual tests

* fixed opencv problem

* fix path for text, adjust result for new gcv

* remove opencv

* fixing cv2 error

* added opencv-contrib, change objects_cvlib

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* fixing tests in CI

* fixing CI testing

* cleanup objects

* fixing codecov in CI

* fixing codecov in CI

* run tests together; install opencv last

* update requirements for opencv dependencies

* moved lavis functions from utils to summary

* Remove lavis from utils.py

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* add missing jupyter

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: iulusoy <inga.ulusoy@uni-heidelberg.de>
2023-03-22 10:28:09 +01:00
Petr Andriushchenko
873844f380
fixed opencv error 2023-03-15 17:10:26 +01:00
Petr Andriushchenko
65dbf28eef
added new itm functionality 2023-03-15 16:04:43 +01:00
Petr Andriushchenko
65d916921b
changed CI one pytest by individual tests 2023-03-10 11:32:12 +01:00
Petr Andriushchenko
3dd120018c
Brought back all tests after CI fixing 2023-03-10 11:06:40 +01:00
Petr Andriushchenko
24ee78c23e
added filtering function 2023-03-09 15:45:06 +01:00
Petr Andriushchenko
2266df5919
fixing CI 2023-03-09 12:38:12 +01:00
Petr Andriushchenko
074cc5ba5d
fixing CI 3 2023-03-08 16:00:47 +01:00
Petr Andriushchenko
fd79f30ac9
fixing test in CI 2 2023-03-08 15:43:40 +01:00
Petr Andriushchenko
0c35486e8d
fixing tests in CI 2023-03-08 15:29:47 +01:00
Petr Andriushchenko
ea8476d56a
CI debuging 2023-03-08 15:15:36 +01:00
Petr Andriushchenko
0ddd671667
added multimodal search test, added windows CI, added picture in test data 2023-03-08 14:27:33 +01:00
Petr Andriushchenko
2d545d4abc fixed error in test multimodal search, changed ci 2023-03-07 14:30:48 +01:00
Petr Andriushchenko
905d3d75a3 fixed ci 2023-03-07 13:44:18 +01:00
Petr Andriushchenko
9f7264d1cf changed CI and fixed test_multimodel search 2023-03-07 13:30:06 +01:00
Petr Andriushchenko
949b4b2275 fixed tests in test_summary 2023-03-07 11:04:03 +01:00
Petr Andriushchenko
04592825e6 fixed tests in test_multimodal_search.py 2023-03-07 10:37:35 +01:00
Petr Andriushchenko
e12d50a195 added test_multimodal_search tests 2023-03-06 17:16:51 +01:00
Petr Andriushchenko
ce45a2c030 add -vv to pytest command in CI 2023-03-06 14:22:14 +01:00
Petr Andriushchenko
18ecf4888b added test, fixed dependencies 2023-03-03 16:26:26 +01:00
Petr Andriushchenko
b0cfab05e9 fixed test multimodal search on cpu and gpu machines 2023-03-02 15:37:30 +01:00
pre-commit-ci[bot]
ea275cdd09 [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
2023-03-02 12:23:37 +00:00
Petr Andriushchenko
37c6d1ad77 fixed blip2 model in test_multimodal_search.py 2023-03-02 13:23:15 +01:00
Petr Andriushchenko
d7133e8dc3 change lavis from dependencies from pip ro git 2023-03-02 10:15:46 +01:00
Petr Andriushchenko
baa6884a87 removed windows in CI and added test in multimodal search 2023-03-01 15:59:44 +01:00
Petr Andriushchenko
31b006311a fixed test 2023-02-28 16:25:23 +01:00
pre-commit-ci[bot]
a6ea571478 [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
2023-02-28 15:21:35 +00:00
Petr Andriushchenko
097142fd36 added first test of multimodal_search.py 2023-02-28 16:17:58 +01:00
Petr Andriushchenko
b9ef52107b fixed opencv version 2023-02-27 15:28:26 +01:00
pre-commit-ci[bot]
75ed827958 [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
2023-02-24 13:24:04 +00:00
Petr Andriushchenko
a31e78cac1 added test_summary.py 2023-02-24 14:23:42 +01:00
Petr Andriushchenko
56bb70384a fixed imort torch in utils 2023-02-24 12:00:48 +01:00
Petr Andriushchenko
e6552cb887 moved some function to utils 2023-02-24 11:51:08 +01:00
Petr Andriushchenko
e35fc4bc05 fixed summary windget 2023-02-24 11:33:13 +01:00
Petr Andriushchenko
f4e47c105e fixed new model in summary.py 2023-02-24 10:47:52 +01:00
pre-commit-ci[bot]
28014f563f [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
2023-02-23 14:02:32 +00:00
Petr Andriushchenko
c136b91fba add model change function to summary 2023-02-23 14:09:19 +01:00
Petr Andriushchenko
c208039b7c fix code smells 2023-02-22 15:10:52 +01:00
Petr Andriushchenko
4e4b7fac75 fix if-else, added clip ViT-L-14=336 model 2023-02-22 14:22:58 +01:00
Inga Ulusoy
779c5227ae changed imports bec of lavis/windows 2023-02-21 22:45:06 +01:00
Inga Ulusoy
2e40179a68 account for new interface in init imports 2023-02-21 21:32:24 +01:00