Commit History

feat: refactor app.py using samgis-lisa
de3808d

alessandro trinca tornidor commited on

chore: update samgis-core to version 3.0.12, add samgis-lisa version 1.0.0, samgis-web version 1.0.13
48f65b6

alessandro trinca tornidor commited on

chore: update submodule sam-quantized
ff0d42d

alessandro trinca tornidor commited on

feat: use everywhere a single app_logger instance defined in samgis_lisa_on_zero.__init__
bb6e1c0

alessandro trinca tornidor commited on

feat: now all logging instances are based on logging, removed logging dependency
7c49edb

alessandro trinca tornidor commited on

feat: remove loguru and change logging method (use the @session_logger.set_uuid_logging decorator on functions with logs)
0677d1d

alessandro trinca tornidor commited on

feat: format gradio app into row and columns
0e9a197

alessandro trinca tornidor commited on

feat: add gradio markdown support
39d5cde

alessandro trinca tornidor commited on

refactor: remove unused routes /post_test_dictlist, /post_test_string, /infer_samgis
55adef5

alessandro trinca tornidor commited on

bug: fix infer_lisa() because of the body dumped to json two times
81306d4

alessandro trinca tornidor commited on

bug: fixed log with removed variable
e601377

alessandro trinca tornidor commited on

refactor: remove unuseful app_helpers.get_inference_model_by_args(args, inference_decorator=SPACES_GPU), fix logs, initialize gpu within infer_lisa_gradio()
a5e4002

alessandro trinca tornidor commited on

feat: rename io package to 'io_package' to avoid errors on test execution. Add pytest dependency
00f8875

alessandro trinca tornidor commited on

feat: handle custom relative url with env variables also on the frontend
66a0f19

alessandro trinca tornidor commited on

doc: update README.md
cff759e

alessandro trinca tornidor commited on

bug: fix wrong import for samgis inference function
d1e187e

alessandro trinca tornidor commited on

feat: add missing onnx model files for mobile-sam used by standard samgis page
f2e3747

alessandro trinca tornidor commited on

bug: remove logging app_logger instance that broke lisa inference_fn
fd5c95e

alessandro trinca tornidor commited on

feat: add custom "/static" mount folder used by custom pages
db29e38

alessandro trinca tornidor commited on

feat: add missing example3.jpg image
a7bd6a6

alessandro trinca tornidor commited on

feat: add missing images
a35e43c

alessandro trinca tornidor commited on

feat: change gradio url to /
2c0bc3f

alessandro trinca tornidor commited on

feat: handle custom urls with env variables: CUSTOM_INDEX_URL, CUSTOM_SAMGIS_URL, CUSTOM_LISA_URL, CUSTOM_GRADIO_URL
9813432

alessandro trinca tornidor commited on

feat: rename wrong references to samgis_lisa_on_cuda in urls and page descriptions
7d2bd36

alessandro trinca tornidor commited on

bug: fix wrong logging occurrence, rename samgis_lisa_on_cuda to samgis_lisa_on_zero
dd1a1d1

alessandro trinca tornidor commited on

bug: add missing statements for gradio/fastapi app
ce62bf6

alessandro trinca tornidor commited on

bug: fix wrong 'internal_logg' argument for app_helpers.get_inference_model_by_args()
1e100ac

alessandro trinca tornidor commited on

chore: add missing spaces dependency
e999e89

alessandro trinca tornidor commited on

feat: first attempt to support samgis-lisa-on-cuda on ZeroGPU huggingface space
8783164

alessandro trinca tornidor commited on

Update README.md
2b9f7fd
verified

aletrn commited on

[doc] Update README.md
9bee93c

alessandro trinca tornidor commited on

[feat] add source to prefix string on WRITE_TMP_ON_DISK env
6756dd2

alessandro trinca tornidor commited on

[fix] handle multiple exceptions the right way
264ecd7

alessandro trinca tornidor commited on

[fix] handle also IsADirectoryError as exception in case of WRITE_TMP_ON_DISK env
1c2afc9

alessandro trinca tornidor commited on

[ci] improve logs during docker build
70ebfff

alessandro trinca tornidor commited on

[feat] permit download of tmp images if WRITE_TMP_ON_DISK env exists
27d2629

alessandro trinca tornidor commited on

[feat] bump to version 1.3.3
872cad3

alessandro trinca tornidor commited on

[doc] update Changelog.md
bb5a051

alessandro trinca tornidor commited on

[feat] refactor UI: navbar, mobile navbar, some links
c75f9b4

alessandro trinca tornidor commited on

[feat] set lisa inference as index page
8be838e

alessandro trinca tornidor commited on

[ci] try substituting nvcr.io/nvidia/pytorch:24.03-py3 with pytorch/pytorch:2.2.2-cuda12.1-cudnn8-runtime
6d98d37

alessandro trinca tornidor commited on

[feat] PageLisaMap/PagePredictionMap: add inference polygons as overlay, refactor code
d52c87f

alessandro trinca tornidor commited on

[ci] update base docker image nvcr.io/nvidia/pytorch to 24.03-py3
65803bd

alessandro trinca tornidor commited on

[feat] get machine_learning_models folder from MODEL_FOLDER env var
c1ebf60

alessandro trinca tornidor commited on

[ci] remove find command too verbose
5d4e838

alessandro trinca tornidor commited on

[test] improve test assertion
faa82ff

alessandro trinca tornidor commited on

[feat] add support for image embedding re-use
c311b69

alessandro trinca tornidor commited on

[feat] add support for locking map during ML inference
c92d24c

alessandro trinca tornidor commited on

[feat] add option to dump temp images during ML recognition operations
7d48fbe

alessandro trinca tornidor commited on

[doc] fix README.md about FOLDERS_MAP variable in .env_source
d93d81f

alessandro trinca tornidor commited on