-
Hi @AlexeyAB ,
Is it possible to build a detection pipeline within darknet? If so, how can I do that?
Say in stage 1 I want to detect all faces in an image and then in stage 2 I want to perform face…
-
### Name:
```[NEW ALGORITHM]``` MULTISTAGE GRAPH
You are given a directed multistage graph with n nodes. The graph is divided into multiple stages, and you need to find the shortest path from t…
-
### Problem Statement
Our docs here:
https://docs.sentry.io/platforms/dotnet/configuration/msbuild/
... assume you are building the project without Docker. If you are building with Docker, then …
-
To split the image into two images (dev and prod) would be beneficial to the size of a production level image. Together with the proposed changes from #60 the prod version of this image would have les…
-
https://osf.io/kx2ym/
-
**Actual behavior**
I want to set up image building for our project as part of CI pipeline using GitLab CI capabilities.
Following https://docs.gitlab.com/13.2/ee/ci/docker/using_kaniko.html#buildin…
RoSk0 updated
4 months ago
-
It would be nice to have jobs execute in dependency of the finished execution of a previous jobs of given job ID:
thus the submission command might take another argument like:
$plms submit 'sleep 1000…
mzoll updated
8 years ago
-
Example:
https://twitter.com/lastpositivist/status/1747358464005865701
-
I'm trying to build an image in GitLab CI using the latest `debug` tag of kaniko (should be commit 9f65174cb8391e01b4fbeda178d0e9b63dcabd75 and gcr.io/kaniko-project/executor@sha256: 0445151f95a2bffc6…
-
```
SELECT val FROM (
SELECT val, ord FROM (
SELECT CAST(1.1 AS DOUBLE) AS val, 1 AS ord
UNION ALL
SELECT CAST(3.1 AS DOUBLE) AS val, 3 AS ord
)
UNION ALL
SELECT val, ord FROM (
SELEC…