Josh Bradley

Results 6 comments of 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.