mllife
mllife
Not working for me with redis. I added retry=Retry(max=3, interval=[1, 1, 1]) to enqueue method My 'on_failure' method is something like this; on_failure=report_failure, ```python def report_failure(job, connection, type, value, traceback):...
@nyanmn , any update on this, I am also facing a similar issue
Any update on this? Anyone tried it for layout detection tasks with PublayNet or similar dataset? @jordanparker6
can someone share sample code to get layout analysis using different models present at https://github.com/PaddlePaddle/PaddleOCR/blob/release/2.6/ppstructure/docs/models_list_en.md
@lycfight , its not working I shared the issue here - https://github.com/PaddlePaddle/PaddleOCR/issues/10476 please take a look
> All pre-trained LayoutLMv2/v3 models are currently under a non-commercial license. No other constraints. Can a fine-tuned model on custom dataset with different weights be used for commercial purpose?
Windows: set 'PYTORCH_CUDA_ALLOC_CONF=max_split_size_mb:512' Linux: export 'PYTORCH_CUDA_ALLOC_CONF=max_split_size_mb:512'
Anyone has any update on this?
I also tried the code from hugging face but the output coming in term of per word labels, rather than block or section boxes. Please help. Found this similar issue...
> I think the source code is free but the weights no. @wolfshow Can a fine-tuned model on custom dataset with different weights be used for commercial purpose?