provefar
provefar
已经有人做过了, 而且连APP都有了 https://cooklang.org/ > Cooklang and the tools we’ve built to use it, you can: > > simplify your personal recipe management; > streamline your shopping routine; > make cooking...
> Cooklang 没有本地化啊,我们需要中文编程。  菜谱怎么会跟自然语言强绑定呢? ```markdown >> 中文测试: 张三☺️ @西红柿{2个}洗净。去蒂,切成边长不超过 4cm 的小块 将@鸡蛋{2~3个}打入碗中,加入@盐{2%g},搅匀 热锅,加@油{8%ml} (可选)加入@饮用水{300%ml},并加热 30 秒(这可以避免最终盛盘后可能的汤汁不足) ```
`torch.utils.cpp_extension` needs `CUDA_HOME`, Generally it's `/opt/cuda`
官方现在接受 .t.ts 相关的 pr 吗? 我有意写点定义然后再给各个返回值加上接口标注
最近我有一个前半部分是保存成了coco, 后面保存成了json的标注结果, 这是一个简单的转换脚本, 供人参考: ```python # %% import json from pathlib import Path from PIL import Image root = Path('/标注/数据/的/根目录') label_root = (root / 'label') assert label_root.exists() # %% annotations...
感觉我在同时用fmt和opencv的时候遇到过类似的问题, 不得不调换二者的顺序才行.
Hello, I've tried the service just now, and I got a right result, could you try again in maixhub? > When i click button in mail to download custom firmware...
> Thank you, Sadly, I tick module Kmodel V4 and submit, I get a link in my mail, but when I click I got error again. Vào Th 5, 20...
你好, 我注意到另一个问题, 无论怎么改 schema 里的字段, 到前端的时候都是一个 `input-text` 或者 `input-number`, 比如写 ```python ntp_version: str = Field( "", title="NTP版本", amis_form_item=amis.Select( value="apple", label="apple", source="/test-source" ), ) ``` 会得到 ```json { "type": "input-text", "name":...
> @Supertraveler-Lee I'm wondering if you could test whether this is still a problem in the v2.1 branch. You can download it using this link: https://github.com/Arlen22/TiddlyServer/archive/v2.1.zip Thanks, now it displays...