Paul Lerner

Results 11 comments of Paul Lerner

It happens with this image which has an unusual aspect ratio: ![image](https://upload.wikimedia.org/wikipedia/commons/thumb/3/3e/Complete_Codex_Borbonicus.jpg/800px-Complete_Codex_Borbonicus.jpg)

OK now I got it: it’s because the image height is so small (smaller than `min_face_size`) then in here https://github.com/timesler/facenet-pytorch/blob/master/models/utils/detect_face.py#L57 the `scales` list is empty, thus the `boxes` is also...

Hi, related to that issue, it would be great to sync TODOs with Firefox accounts :)

It was closed automatically because no one answered after one month :man_shrugging:

Hi, I’m running into the same issue and trying to come up with a simple benchmark. # environment info I have a total of 80 CPUs. - `datasets` version: 2.4.0...

Thanks for the clarifications! Indeed, when saving then loading the above dataset to disk, and increasing the number of rows to 10K or 100K, the performance gap narrows. ```py #...

Hi, Yes I think it only makes sense for positional arguments

I see your point, with `Union[list[str], int]` the behavior should change to current behavior but that might be confusing to the user because then they cannot switch between e.g. `a*`...

And why limit to `jsonargparse==3.13.1`? it seems incompatible with pathlib's `Path`

Hi, thank you for your interest! The reading comprehension results are perhaps best described in my previous paper [ViQuAE, a Dataset for Knowledge-based Visual Question Answering about Named Entities](https://hal.science/hal-03650618) (Lerner...