marcbelmont / cnn-watermark-removal

Fully convolutional deep neural network to remove transparent overlays from images
1.23k stars 227 forks source link

error #51

Open jareddarkweb opened 1 year ago

jareddarkweb commented 1 year ago

Shayna&Jared@laptopv1 MINGW64 ~/Desktop/g $ git clone https://github.com/marcbelmont/cnn-watermark-removal.git fatal: bad config line 1 in file C:/Users/Shayna&Jared/.gitconfig

Shayna&Jared@laptopv1 MINGW64 ~/Desktop/g $ man git config bash: man: command not found

Shayna&Jared@laptopv1 MINGW64 ~/Desktop/g $ git -h fatal: bad config line 1 in file C:/Users/Shayna&Jared/.gitconfig

Shayna&Jared@laptopv1 MINGW64 ~/Desktop/g $ git clone https://github.com/marcbelmont/cnn-watermark-removal.git Cloning into 'cnn-watermark-removal'... remote: Enumerating objects: 95, done. remote: Counting objects: 100% (7/7), done. remote: Compressing objects: 100% (7/7), done. Receiving objects: 100% (95/95), 1.49 MiB | 352.00 KiB/s, done.eceiving objects: 90% (86/95), 1.37 MiB | 330.00 KiB/s

Resolving deltas: 100% (41/41), done.

Shayna&Jared@laptopv1 MINGW64 ~/Desktop/g $ pip install -r requirements.txt ERROR: Could not open requirements file: [Errno 2] No such file or directory: 'requirements.txt'

Shayna&Jared@laptopv1 MINGW64 ~/Desktop/g $ ls cnn-watermark-removal/

Shayna&Jared@laptopv1 MINGW64 ~/Desktop/g $ cd cnn-watermark-removal/

Shayna&Jared@laptopv1 MINGW64 ~/Desktop/g/cnn-watermark-removal $ ls assets/ dataset.py Pipfile Pipfile.lock README.md requirements.txt tests.py watermarks.py

Shayna&Jared@laptopv1 MINGW64 ~/Desktop/g/cnn-watermark-removal $ pip install -r requirements.txt Collecting matplotlib==3.1.1 Downloading matplotlib-3.1.1.tar.gz (37.8 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 37.8/37.8 MB 1.4 MB/s eta 0:00:00 Preparing metadata (setup.py) ... done Collecting numpy==1.16.0 Downloading numpy-1.16.0.zip (5.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.1/5.1 MB 800.7 kB/s eta 0:00:00 Preparing metadata (setup.py) ... done Collecting Pillow==4.1.0 Downloading Pillow-4.1.0.tar.gz (11.3 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 11.3/11.3 MB 688.8 kB/s eta 0:00:00 Preparing metadata (setup.py) ... done ERROR: Could not find a version that satisfies the requirement tensorflow==1.14.0 (from versions: 2.8.0rc1, 2.8.0, 2.8.1, 2.8.2, 2.8.3, 2.9.0rc0, 2.9.0rc1, 2.9.0rc2, 2.9.0, 2.9.1, 2.9.2, 2.10.0rc0, 2.10.0rc1, 2.10.0rc2, 2.10.0rc3, 2.10.0)
ERROR: No matching distribution found for tensorflow==1.14.0

Shayna&Jared@laptopv1 MINGW64 ~/Desktop/g/cnn-watermark-removal $