Wenzhe Yang

Results 12 comments of Wenzhe Yang

some follow ups: I tried another way to crop the table. I transferred the pdf page into a .png file and save the table as a crop image of the...

hi there. I have the same issue when executing the _wsgi.py

I found the image of this container is tianon/true which only contains true ` POSTGRES_IMAGE=tianon/true ` and in the docker file there is a block of code doing the health...

I fixed it by change the prameters in the .env file even though we may not not use the local database, we probably should still pull the prostage image `POSTGRES_IMAGE=postgres:12.5`...

Thank you very much! However I encountered another problem. It is strange because the fix use to work for a while. I keep the docker container running and did not...

Follow up the issue. The permission issue was solved by letting docker manage the directory: I modified the docker compose file in the docker-compose.yaml for the db image building part:...

Thank you for your reply, I rebuilt the whole container and seems it is good now.

I just make the webhook running using the lambda function link. related issue: https://github.com/HumanSignal/label-studio/issues/6385 but it would be nice to have a method to modify the timeout and do further...

did you set up the s3 permissions? https://labelstud.io/guide/storage#Source-storage-permissions this is the document of how to set up the S3 access permission https://labelstud.io/guide/storage#Configure-access-to-your-S3-bucket Usually you don't need to put the session...

update to the latest 1.13.1 should work, try this command: pip install -U label-studio==1.13.1