sunner
sunner
Hi @mehameha998 and @zikai1 , In default, OpenCV can support the convertion from `.webp` to `.jpg`. I provide the simple script to convert the image into `.jpg` format. ```python #...
Just share my experience. Maybe we can inherit most of code while modifying only two line: 1. Substitude [rfft](https://github.com/zh217/torch-dct/blob/master/torch_dct/_dct.py#L49) with fft in function `dct`: ```python def dct(x, norm=None): """ """...
 I just write a simple program to justify this problem, but still encounter this problem, I think it cannot be solve while match the PyTorch version to 1.0.0
> When I use "from soft_dtw import SoftDTW", it just raises "No module named soft_dtw". I find there is just a "soft_dtw_fast.pyx" rather than "soft_dtw_fast.py" in the folder. Could you...
I'm also curious. I think the performance which described on the paper is amazing. But the code is seems not complete? Also want to know if you can provide the...
Hi @boloslaw , I help my friend to deal with this project, and also encounter this problem. Some experience can share to you. I just run the following command: ```...
I have encounter this problem recently. The thing I do is just use Bot class directly. In other words, I didn't install the package with pip. However, I cannot success...
Same concern. Could we provide the explanation with both links of leetcode and kamacoder?