Josh Bradley
Josh Bradley
The link provided for VGGFace2 is not correct; That link points to the first VGGFace dataset (which is available from [this](https://www.robots.ox.ac.uk/~vgg/data/vgg_face) page).
> Probably this is the link https://www.robots.ox.ac.uk/~vgg/data/vgg_face/vgg_face_dataset.tar.gz Respectfully, that is the wrong url. The link you've provided is for the first version of VGGFace. The original pitch asked for VGGFace2,...
One issue I'm still trying to understand is where the source of the performance boost over OpenCV comes from. I assume most of the code responsible for the speed increase...
I should mention that I think this is great work. Whenever I see comparisons made regarding a specific feature (in this case video loading/access) to tools like OpenCV that show...
Did cartopy ever adopt the changes necessary for plotnine to implement polar coordinates?
As a note, `torch.spmm` may [move](https://pytorch.org/docs/stable/sparse.html#torch.sparse.FloatTensor.spmm) to `torch.sparse.spmm`. The API states it is experimental at the moment.
@japatton the problem isn't with the output of `auditctl`. The output you described is the expected behavior. In general, there are two "parts" of the `audit` application that STIG policies...
It's been 3 years and this is still a problem. If the challenge is that MSAL chooses ports at random, is the simpler solution to first make a fix to...
Hi @gukoff, thanks for your contribution. It appears that specifying the Source url may have some [negative consequences](https://github.com/python-poetry/poetry/issues/7382) for some people (those with private PyPI’s or behind corporate networks). I’m...
@Kanishk-T I see the following line in your log. `12:33:17,937 graphrag.index.verbs.graph.clustering.cluster_graph WARNING Graph has no nodes` This means that graphrag was not able to extract any entities and/or relationships from...