alessandro trinca tornidor
commited on
Commit
·
a1d837d
1
Parent(s):
af471d8
doc: update Changelog.md
Browse files- docs/Changelog.md +72 -0
docs/Changelog.md
CHANGED
|
@@ -1,5 +1,49 @@
|
|
| 1 |
# Changelog
|
| 2 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
## Version 1.3.3
|
| 4 |
|
| 5 |
- refactor UI
|
|
@@ -7,6 +51,34 @@
|
|
| 7 |
- now LISA+SamGIS demo is the default demo
|
| 8 |
- lock map on inference to take advantage of image embedding re-use
|
| 9 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
## Version 1.2.2
|
| 11 |
|
| 12 |
- update dependencies version
|
|
|
|
| 1 |
# Changelog
|
| 2 |
|
| 3 |
+
## Version 1.5.1
|
| 4 |
+
|
| 5 |
+
chore: update samgis-lisa == 1.0.2, bump samgis-lisa-on-zero to version 1.5.1 alessandro trinca tornidor Moments ago
|
| 6 |
+
feat: fix fastapi app title alessandro trinca tornidor 13/08/24, 23:58
|
| 7 |
+
refactor: remove unused files, update samgis-lisa to version 1.0.1 also in pyproject.toml alessandro trinca tornidor 07/08/24, 19:13
|
| 8 |
+
feat: use new optional argument inference_decorator=spaces.GPU for lisa.lisa_predict() alessandro trinca tornidor 07/08/24, 19:12
|
| 9 |
+
chore: update samgis-lisa to version 1.0.1 alessandro trinca tornidor 07/08/24, 19:11
|
| 10 |
+
|
| 11 |
+
## Version 1.5.0
|
| 12 |
+
|
| 13 |
+
- bump to version 1.5.0, remove unused direct dependencies, add note about huggingface space dependencies
|
| 14 |
+
- use new optional argument inference_decorator=spaces.GPU for lisa.lisa_predict()
|
| 15 |
+
- update submodule sam-quantized
|
| 16 |
+
- update samgis-lisa to version 1.0.1
|
| 17 |
+
- update samgis-core to version 3.0.12, add samgis-lisa version 1.0.0, samgis-web version 1.0.13
|
| 18 |
+
- update gradio to version 4.40.0
|
| 19 |
+
- update missing lfs images
|
| 20 |
+
- refactor moving code to separate python package samgis-lisa
|
| 21 |
+
- rename io package to 'io_package' to avoid errors on test execution. Add pytest dependency
|
| 22 |
+
- avoid 404 for output.css on loading of custom html pages, handle lfs images the right way
|
| 23 |
+
- remove loguru and change logging method (use the @session_logger.set_uuid_logging decorator on functions with logs)
|
| 24 |
+
- format gradio app into row and columns
|
| 25 |
+
- add gradio markdown support
|
| 26 |
+
- fix infer_lisa() because of the body dumped to json two times
|
| 27 |
+
- remove unuseful app_helpers.get_inference_model_by_args(args, inference_decorator=SPACES_GPU), fix logs, initialize gpu within infer_lisa_gradio()
|
| 28 |
+
- handle custom relative url with env variables also on the frontend
|
| 29 |
+
- add missing onnx model files for mobile-sam used by standard samgis page
|
| 30 |
+
- add custom "/static" mount folder used by custom pages
|
| 31 |
+
- change gradio url to /
|
| 32 |
+
- remove unused routes /post_test_dictlist, /post_test_string, /infer_samgis
|
| 33 |
+
- handle custom urls with env variables: CUSTOM_INDEX_URL, CUSTOM_SAMGIS_URL, CUSTOM_LISA_URL, CUSTOM_GRADIO_URL
|
| 34 |
+
- rename wrong references to samgis_lisa_on_cuda in urls and page descriptions
|
| 35 |
+
- add missing statements for gradio/fastapi app
|
| 36 |
+
- add missing images
|
| 37 |
+
|
| 38 |
+
## Version 1.4.0
|
| 39 |
+
|
| 40 |
+
feat: first attempt to support samgis-lisa-on-cuda on ZeroGPU huggingface space
|
| 41 |
+
- add source to prefix string on WRITE_TMP_ON_DISK env
|
| 42 |
+
- fastapi_wrapper.py: handle multiple exceptions the right way
|
| 43 |
+
- handle also IsADirectoryError as exception in case of WRITE_TMP_ON_DISK env
|
| 44 |
+
- improve logs during docker build
|
| 45 |
+
- permit download of tmp images if WRITE_TMP_ON_DISK env exists
|
| 46 |
+
|
| 47 |
## Version 1.3.3
|
| 48 |
|
| 49 |
- refactor UI
|
|
|
|
| 51 |
- now LISA+SamGIS demo is the default demo
|
| 52 |
- lock map on inference to take advantage of image embedding re-use
|
| 53 |
|
| 54 |
+
## Version 1.3.2
|
| 55 |
+
|
| 56 |
+
- update lisa-on-cuda dependency to version 1.0.4
|
| 57 |
+
|
| 58 |
+
## Version 1.3.1
|
| 59 |
+
|
| 60 |
+
- copy resources folder from lisa-on-cuda repository to /var/task/resources, bump to version 1.3.1
|
| 61 |
+
- fix wrong venv, create_folders_and_variables_if_not_exists.py paths in entrypoint.sh
|
| 62 |
+
- fix entrypoint.sh exec permission
|
| 63 |
+
- add scripts folder, update README.md
|
| 64 |
+
- use entrypoint.sh as CMD Dockerfile, add FOLDERS_MAP env file to dynamic folder creation
|
| 65 |
+
|
| 66 |
+
## Version 1.3.0
|
| 67 |
+
|
| 68 |
+
- rename samgis module to samgis_lisa_on_cuda, bump to version 1.3.0, update samgis == 1.0.7, lisa_on_cuda == 1.0.2 dependencies
|
| 69 |
+
- refactor base docker image
|
| 70 |
+
- dockerfile-lisa-base: remove workaround for old versions of docker
|
| 71 |
+
- update direct URL space
|
| 72 |
+
- fix /health
|
| 73 |
+
|
| 74 |
+
## Version 1.2.3
|
| 75 |
+
|
| 76 |
+
- sync with samgis-be (pyproject.toml, PageLisaMap.vue), update HF space card title
|
| 77 |
+
- pyproject.toml: update samgis-core, lisa-on-cuda git urls
|
| 78 |
+
- Dockerfile, poetry install: remove verbose option
|
| 79 |
+
- Dockerfile: add ARG DEPENDENCY_GROUP=fastapi
|
| 80 |
+
- handle SAM machine learning models folder
|
| 81 |
+
|
| 82 |
## Version 1.2.2
|
| 83 |
|
| 84 |
- update dependencies version
|