Álvaro Faubel Sanchis

Results 4 issues of Álvaro Faubel Sanchis

Why are you using a `for` bucle to iterate over the `num_pages` in the `get_and_scrap_pages` function? ``` [...] async with \ aiohttp.ClientSession() as client, \ aiofiles.open(output_file, "a+", encoding="utf-8") as f:...

Hi! I am doing some inference tests and I have realized that the model is not quite good when the object to be separated does not contrast too much with...

Hi, I would like to ask how many images you would recommend for training a model from scratch, and what weights you would suggest starting with. My use case is...

documentation

Hi, I was wondering if it would be possible to modify the current implementation of the model to use the [DeformConv2dFunction](https://github.com/open-mmlab/mmcv/blob/main/mmcv/ops/deform_conv.py) function from [MMCV](https://github.com/open-mmlab/mmcv) instead of the official implementation from...