Bringing-Old-Photos-Back-to-Life
Bringing-Old-Photos-Back-to-Life copied to clipboard
Bringing Old Photo Back to Life (CVPR 2020 oral)
Can you share the collected real old photos?
This Pull Request addresses two primary issues: - The original base image was no longer available. I've updated it to use a current and available image. - The previous data...
There are many problems with the old docker file, here is the new available one ``` FROM nvidia/cuda:12.1.0-base-ubuntu20.04 RUN apt update && DEBIAN_FRONTEND=noninteractive apt install git bzip2 wget unzip python3-pip...
the torch can use the GPU,like the following code. import torch import math #this ensures that the current MacOS version is at least 12.3+ print(torch.backends.mps.is_available()) #this ensures that the current...
Thanks for the awesome project, it really improves my old photos! I've changed the code to automatically add calculate the gpu setting if none is added. It will automatically use...
``` # pull the syncBN repo %cd photo_restoration/Face_Enhancement/models/networks !git clone https://github.com/vacancy/Synchronized-BatchNorm-PyTorch !cp -rf Synchronized-BatchNorm-PyTorch/sync_batchnorm . %cd ../../../ %cd Global/detection_models !git clone https://github.com/vacancy/Synchronized-BatchNorm-PyTorch !cp -rf Synchronized-BatchNorm-PyTorch/sync_batchnorm . %cd ../../ # download...
detection.py:25: DeprecationWarning: BICUBIC is deprecated and will be removed in Pillow 10 (2023-07-01). Use Resampling.BICUBIC instead. test.py:18: DeprecationWarning: BILINEAR is deprecated and will be removed in Pillow 10 (2023-07-01). Use...
Hello XXXXXXXX-deskcomputer:~/Projects/photo_restoration$ python run.py --input_folder /home/XXXXXX/Videos/08281965BC/Test/ --output_folder /home/XXXXXX/Videos/08281965BC/ColorCorrected/ --GPU 0 --HR Running Stage 1: Overall restoration Mapping: You are using the mapping model without global restoration. Traceback (most recent call...
error
All the processing is done. Please check the results. Traceback (most recent call last): File "/root/.pyenv/versions/3.8.14/lib/python3.8/site-packages/cog/server/worker.py", line 214, in _predict result = self._predictor.predict(**payload) File "predict.py", line 177, in predict final_output...
Running Stage 3: Face Enhancement Traceback (most recent call last): File "test_face.py", line 10, in from util.visualizer import Visualizer File "E:\hanvon\Bringing-Old-Photos-Back-to-Life\Face_Enhancement\util\visualizer.py", line 15, in from tensorboardX import SummaryWriter File "C:\Users\35665\AppData\Local\conda\conda\envs\pic\lib\site-packages\tensorboardX\__init__.py",...