summaryrefslogtreecommitdiff
path: root/app/relay/modules/pix2pix.js
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-06-17 21:16:57 +0200
committerJules Laplace <julescarbon@gmail.com>2018-06-17 21:16:57 +0200
commitcc36bb1ad49dc054b32f20a97386a938a529fe0e (patch)
treef3f486f8376f7dc52e785f39127d443b6d6d8499 /app/relay/modules/pix2pix.js
parent8048cfc3981f79f2b65b23c124581aa51ef3768b (diff)
pix2pixhd modules
Diffstat (limited to 'app/relay/modules/pix2pix.js')
-rw-r--r--app/relay/modules/pix2pix.js12
1 files changed, 0 insertions, 12 deletions
diff --git a/app/relay/modules/pix2pix.js b/app/relay/modules/pix2pix.js
index 3169fce..101eea8 100644
--- a/app/relay/modules/pix2pix.js
+++ b/app/relay/modules/pix2pix.js
@@ -4,15 +4,6 @@ import fs from 'fs'
const name = 'pix2pix'
const cwd = process.env.PIX2PIX_CWD || path.join(process.env.HOME, 'code/' + name + '/')
-/*
- what are all the tasks that pix2pix has to do?
- - fetch url
- - fetch youtube
- - ffmpeg movie into frames
- - unzip zip file into sequence
- - list sequences
-*/
-
const fetch = {
type: 'perl',
script: 'get.pl',
@@ -26,9 +17,6 @@ const fetch = {
for (let line of lines) {
console.log(line)
if ( line.match(/^created dataset: /) ) {
- console.log("_______________________________________-")
- console.log("_______________________________________-")
- console.log("_______________________________________-")
let tag = line.split(': ')[1].trim()
task.dataset = tag
// task.opt.filename = filename