François Ponchon

Results 19 comments of François Ponchon

Using Albumentation, the last version has a strict dependancy regarding pydantic >2.0 what makes it incompatible with deepspeed. https://github.com/albumentations-team/albumentations/releases/tag/1.4.4 https://github.com/albumentations-team/albumentations/blob/a22a319b2e7079389326e5b7830e71017701b1b9/setup.py#L11 It makes this PR even more releavant.

I fixed the write access this morning. You can now create an export integration : Without the right right in Azure, you can't use But if you add : ![image](https://github.com/HumanSignal/label-studio/assets/26071804/35857370-9dbe-4f75-8191-b88ae3183711)...

> Could you also add pytest for this storage? There should be examples in tests/ folder for aws/gcs storages. Can you help me on this part ? I'am not sure...

> hey @FrsECM, > > First of all, thank you for the time and effort you've invested in this PR. The team has carefully reviewed the changes proposed, and we...

> I added to the PR unit tests, also I removed the feature about show thumbnails, we already have something similar to it on the list view that doesn't need...

> Sorry for the long delay, tests are located here: https://github.com/HumanSignal/label-studio/blob/develop/label_studio/tests/io_storages.tavern.yml#L1168 Thanks, I updated the **_get_import_export_storage_types_** test case to match the new syntax. I saw that other things for gcp...

Can you have a look on this one ? Thanks.

@sajarin Did you have time to have a look on this one ? It was marked done due to non activity. I currently use a labelstudio version with this feature...

For people who may have the problem, i got a fix : ```python import re import os def mount_options()->MountOptions: max_size = None free_space_required = None cache_param = os.getenv('DATASET_MOUNT_CACHE_SIZE',None) if cache_param:...