We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d715a9e commit 4bf27f1Copy full SHA for 4bf27f1
examples/server/main.cpp
@@ -1293,6 +1293,7 @@ void start_server(SDParams params) {
1293
1294
size_t last = params.output_path.find_last_of(".");
1295
std::string dummy_name = last != std::string::npos ? params.output_path.substr(0, last) : params.output_path;
1296
+ dummy_name = dummy_name + "_" + running_task_id;
1297
json images_json = json::array();
1298
for (int i = 0; i < params.lastRequest.batch_count; i++) {
1299
if (results[i].data == NULL) {
0 commit comments