Jiahui Zhu

Results 20 issues of Jiahui Zhu

``` DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support...

原版vnote有序列表无论等级多少,序号都是1,2,3。导致无法区分段落级别。 我在https://zhuanlan.zhihu.com/p/357096043 这里看到把markdown伪装成LaTeX的主题,觉得如何vnote可以做一个这样的主题,更加方便在vnote写latex的话,那就好了。

I ran your pix2pix code in 200 epochs. But I got too many bad results, shown as follows. The generated image is in the middle. The ground truth is the...

### 确认事项 - [ ] 我愿意实现它 ### 您运行的是我们软件的哪个版本? joplin-vscode-plugin ### 您的功能请求是否与问题有关?请描述。 在vscode粘贴的图片无法与joplin同步。 如下图左边是`vscode`粘贴的图片,下图右边的`joplin`中只是显示一串数字,进而在移动端(手机上)也无法显示。 下图的右边`joplin`的第三张图是我自己在`joplin`在粘贴的图片,可以直接显示图片,并且在手机上也能看到 ![image](https://user-images.githubusercontent.com/72083251/190861186-36cdf7c6-ce19-452c-bd44-25d8f323afb0.png) 我的设备信息 Ubuntu20.04 同步是的joplin的坚果云web服务 ### 描述您想要的解决方案 我觉得应该是文件路径的关系 在`joplin-vscode-plugin`中的图片文件代码为`![1663421899239](image/testst1/1663421899239.png)` 而在原版的`joplin`中图片代码为`![521edd1b8de8a58522b8268e3afa1a6b.png](:/5eae3085df9140bf948a76470dcb74b7)` 区别在于小括号前面有个`:`路径,我觉得这是`joplin`能同步文件里的图片关键因素。 ### 描述您考虑过的替代方案 不是很清楚`joplin`同步文件里图片的机制,这也是我第一次用能同步文件的笔记软件,所以没有想法。 ### 其他上下文 _No...

bug

In the section, https://github.com/alecjacobson/geometry-processing-curvature#tasks, The first word, Download, could not be available.

## ISSUE TEMPLATE In order to solve the problem more efficiently, please submit the issue according to this template. ### Environment 1. **Vault template release version**: v1.8 2. **Operating system**:...

```bash --------------------------------------------------------------------------- ImportError Traceback (most recent call last) Cell In[4], line 21 18 import time 20 import cv2 # Used by ViLD. ---> 21 import clip 22 from easydict import...

you say "employ traditional motion planners (e.g. A*, RRT* [20] or MPC [21] concerned solely about obstacle avoidance and dynamics" but why the robot knocked over the glass in the...

It's too hard for me to translate my cpp code to python. I will appreciate it if you would build a website to provide the API to translate the code....

我训练完jittor版的pointnet,速度很快,精度很高,作者很强。 但是怎么可视化分类或者分割的结果呢?