-
Hi,
Come back again, with a problem...
I'm on debian testing. I try to use Linuxtrack 0.99.18-32 and 0.99.19hid-32, same problem.
When i press "start" button, something goes wrong
here is the …
-
### Your current environment
```text
The output of `python collect_env.py`
Collecting environment information...
/home/ubuntu/.local/lib/python3.8/site-packages/torch/cuda/__init__.py:118: UserWar…
-
```
В некоторых случаях очень проблемно
передать файл пользователю на прямую.
Хотелось бы иметь возможность пересылать
данные через файловый сервер.
Раньше я пользовался qutIM и для него
существует…
-
```
В некоторых случаях очень проблемно
передать файл пользователю на прямую.
Хотелось бы иметь возможность пересылать
данные через файловый сервер.
Раньше я пользовался qutIM и для него
существует…
-
In #273 you explain the process between decoding and rendering clearly:
> Let me explain how "everything" works:
>
> ffmpeg decodes a source using hardware acceleration and puts data to D3D11 or …
-
### Checklist
- [X] 1. I have searched related issues but cannot get the expected help.
- [ ] 2. The bug has not been fixed in the latest version.
- [X] 3. Please note that if the bug-related issue y…
-
swscale是ffmpeg中转换、缩放的库。由于媒体格式众多,且计算密集,这个库恐怕是ffmpeg难度系数最高的几个库。
格式转换本质是一个y = f(x)的公式,虽然内部比较复杂。最终转换其实只是一条语句。
转换的媒介通常是AVFrame,输入源一般是解码后的数据,输出一般是需要手动创建,指定其格式并分配好内存。
## 视频转换
```C++
// 创建一个新的A…
-
### Environment
* **Tesseract Version**: 4.1.1
* **Platform**: macOS Catalina 10.15
### Current Behavior:
Whenever I execute `$ tesseract images/IMG_3958.HEIC output/grocery_bill` I get this e…
-
please see the below error:
[ 25%] Building CXX object CMakeFiles/ctesseract.dir/ctess_main.cpp.o
/home/ubuntu/w/CTesseract/ctess_main.cpp: In function ‘int tess_process_pages_string(tess_api_t_, con…
-
Hello -
I have an image which is encoded as a base64 string. I want to take this string as an input and convert it to a Tensor.
How can I achieve this in a way which is torchscriptable?
So far,…