Laugh

Results 8 issues of Laugh

  为了使主题可以加载LaTex公式,参照issue里[这篇](https://github.com/auroral-ui/hexo-theme-aurora/issues/130)的方法,使用`hexo-renderer-pandoc`进行渲染,并安装`hexo-filter-mathjax`插件,确实可以加载公式,这也是目前唯一有效的方案。   但是当使用此方法后,发现会与Aurora 自定义容器起冲突,使其不能正常使用,进行排查后发现与`hexo-renderer-pandoc`有关,只要安装`hexo-renderer-pandoc`后,Aurora 自定义容器就不能正常使用。具体对比如下: 未安装pandoc ![image](https://user-images.githubusercontent.com/38065710/147997540-2992e6fe-3e28-4639-9cb6-d72c37797452.png) 已安装pandoc ![image](https://user-images.githubusercontent.com/38065710/147997212-b86e87b6-c835-4c15-8dad-59421a3279d8.png)

feature

Next 主题写博客时好多数学公式加载不出..... _ ![snipaste_2018-11-24_23-27-46](https://user-images.githubusercontent.com/38065710/48977383-1a504000-f0d4-11e8-8e74-6f6791407fb4.png) _ ![snipaste_2018-11-24_23-28-21](https://user-images.githubusercontent.com/38065710/48977385-220fe480-f0d4-11e8-9759-902bc0ef3d49.png) 求大佬给一下解决方案🙏

**Changes:** - Fixed the `deploy/end2end_ppyoloe` code to ensure the correct export of ONNX models for different configurations of PP-YOLOE and PP-YOLOE+, fix #7139, #8756. - Addressed the `EfficientNMS_TRT` plugin insertion...

contributor

May I ask what is the difference between HiNet and IICNet? After reviewing the source code of [IICNet](https://github.com/felixcheng97/IICNet), I found that its network structure is very similar to HINet, especially...

您好,在闲鱼浏览时发现有人售卖您的著作来谋求利益,不听劝阻且态度豪横。 ![result-2020-10-22-17-07-45](https://user-images.githubusercontent.com/38065710/96850491-78852980-1489-11eb-8447-99c6df57b66c.png) 商品链接👉 https://m.tb.cn/h.4Y6JUL6 (手机淘宝或闲鱼打开链接)

While using CV-CUDA for GPU acceleration, a notable limitation is the absence of a direct conversion method from CV-CUDA tensor to PyTorch Tensor or PyCUDA GPUArray. While `cvcuda.as_tensor` facilitates the...

question

**Issue Description:** There is an instruction error in Example 2 of the README, preventing the proper execution of the OWL-ViT object detection section. **Solution:** - Corrected the instruction error. -...

## 描述 我在使用 BBDown 下载课堂视频时出现 `net_http_message_not_success_statuscode_reason, 404, Not Found` 错误。 下图是使用 `--debug` 获取到的信息: 定位发现是 API 路径有误,应将 `pgc/player/web/v2/playurl` 更改为 `pgc/player/web/playurl`。 修改后测试正常,可以下载课堂视频。 ## 改动 - 修改了错误的 API 路径 - 将 `pgc/player/web/v2/playurl` 更改为...