Vladimir Iashin

Results 15 issues of Vladimir Iashin

Now the project inherits `GPL-3.0 License` from [PWC](https://v-iashin.github.io/video_features/models/pwc/) which prevents adaptation of the library for some use-cases. Probably will have to drop PWC support to make it `MIT` 😞

request for comments (RFC)

https://github.com/SvenBecker/vscode-pytorch/blob/6cdf65101dfaf66609fa94387c57b12282d7ac77/snippets/pytorch.json#L192 This should be `requires_grad` (with `s` on the end). The worst thing is that PyTorch does not complain about it and keeps all params "trainable".

Hi everyone! I was trying to make the code run on my machine and I faced significant trouble installing the correct versions of packages because they became obsolete. Then I...

Currently, it is assumed that all user-specified files have distinct file names. However, it leads to unwanted behavior if a user extracts files from multiple folders, e.g. ``` dataset/ dog/...

idea for contribution

Hi there! I was wondering why the `shape` argument is required for `decord.VideoLoader(..., shape=???, ...)`. I would expect if I leave it unspecified, decord would load frames in the original...

It constantly dies without starting whatsoever. I installed the package as follows: `$sudo pip3 install matlab-kernel` `$python3 -m matlab_kernel install` `$jupyter notebook` Then I selected Matlab kernel in the 'New'...

It is redundant. The installation script should be on a separate page.

documentation
enhancement
help wanted

`np.array(vid_feats)` saves the list into float64 which doubles the disk space. casting it to f32 (or, ideally, to a user-defined precision) would be nice. it is should be very simply...

enhancement
help wanted

- [ ] remove the frame from the gif - [ ] and toc as well

enhancement

Currently, if `show_pred` argument is used with a optical flow feature extractor, the window dialog pops-up where a user needs to press some button. Problem: it is nice but, when...

idea for contribution