1111111111111

curl --location --request POST 'http://localhost:12780/api/task' \
--header 'accept: application/json' \
--header 'Content-Type: application/json' \
--header 'x-id-token: eyJleHQiOnsiaWRlbnRpdHkiOnsiaWQiOiIxMjMiLCAibmFtZSI6InRlc3RfdXNlciJ9fX0=' \
--data-raw '{
"task_id": "test1",
"input_dir": "/mnt/cephfs/nanwang-data/10pic/images",
"output_dir": "/mnt/cephfs/nanwang-data/out-tmp/10pic_high",
"algo_params": {
"generate_pnts": true,
"generate_las": true,
"generate_b3dm": true,
"generate_ply": true,
"precision": 0,
"max_image_size": 0,
"utm_coordinate": true,
"open_mesh": false
},
"task_status_hook": "http://10.155.24.28:9900/test"
}'

上一篇:jupyter notebook取消密码


下一篇:Android Jetpack 之 App Startup,卧槽