实例
图像与视频处理
如何下载所有可用示例
加载环境中所有可用的示例 Engee, 在脚本编辑器中运行以下代码 脚本编辑器 .
if isdir("/user/start/content_updater")
rm("/user/start/content_updater";force = true, recursive = true)
end
run(`git clone https://git.engee.com/learn-engee/content-catalog.git /user/start/content_updater`)
if isdir("/user/start/examples")
rm("/user/start/examples";force = true, recursive = true)
end
using HTTP
using JSON
include("/user/start/content_updater/gitlab_jl_ops.jl")
dl_demos("/user/start","HTTP")下载的示例文件将位于该文件夹中。 «examples» 文件浏览器 Engee:
