My-Captain

Results 8 issues of My-Captain

easypusher_win推送本地mp4文件到easydarwin、移动端播放时只有音频、没有画面

用Webstorm一直没调起来。 技术栈偏后端,略懂传统前端,求指点

ubuntu17.10编译过程中错误 执行 ``` ./Buildit x64 ``` 出现四行相同错误: ./Buildit: 18: ./Buildit: make: not found ![316271377906993501](https://user-images.githubusercontent.com/18298526/32165362-78d01756-bd9d-11e7-9232-7580abfad198.jpg) ![397534337841336261](https://user-images.githubusercontent.com/18298526/32165364-790f4aac-bd9d-11e7-94f3-4e31e2584cf7.jpg)

### 是否已有关于该错误的issue或讨论? | Is there an existing issue / discussion for this? - [X] 我已经搜索过已有的issues和讨论 | I have searched the existing issues / discussions ### 该问题是否在FAQ中有解答? | Is there an...

### 🐛 Describe the bug Dear PyTorch developers, Hello. I am writing a C++ program for a vision-language large model targeted at the Android platform, which depends on libtorch. Therefore,...

当指定以RGB mode读取jpg图片时,得到的图片空的(长宽高是0、0、1)。示例代码如下 ```C++ cv::Mat image = cv::imread(image_path, cv::IMREAD_COLOR_RGB); std::cout