feely
feely
We have built some framework packages for the example pipelines, I think it's time to implement the framework maker to help the users to make it themself. First, we should...
We distinguish different types of terminals by judging `process.stdout`. On the default terminal, we use `console` to output logs, while on the TTY terminal, we use the `ora`. We have...
We need more information to trace the CI jobs error.
We have collected some smoke test cases for v1.2.0 release, it will be published ASAP. For [v1.3.0](https://github.com/alibaba/pipcook/issues/557) we should push it in two ways. 1. Fill to cover commonly user...
Pipcook 2.1 has removed the dependency `boa`, and Pipelines that do not rely on python will run correctly on windows. With the exclusion of python support, the cost of adapting...
Pipcook 2.0 is light enough, I think we could remove the docker image now.
As I writing something simple like `hello world`, it's much more easier for me to write only one script than 3 or more, so I created #747 , what's your...
I get the output from [pipeline](https://github.com/alibaba/pipcook/blob/master/example/pipelines/object-detection.json), but after `npm install`, the `detectron2` and `opencv` are not installed.