Open Riretta opened 4 years ago
Yeah the checkpoint zip fails
Do you run the section 4 for downloading the model?
!sh scripts/download_model.sh
I've just checked the notebook, and still not found any problem.
I did it but if you say so i try again! Thank you! I’ll let you know soon
Sent from my iPhone
On 9 Nov 2020, at 07:13, ericsujw notifications@github.com wrote:
Do you run the section 4 for downloading the model?
!sh scripts/download_model.sh
I've just checked the notebook, and still not found any problem.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.
now I found the model pretrained, but I have problems in colorizing my dataset with the colab. In particular, I uploaded my images in example folder, and I create the dataloaded dataset but when I run the "Start to colorize every images in dataset_loader."
/usr/local/lib/python3.6/dist-packages/ipykernel_launcher.py:2:
TqdmDeprecationWarning: This function will be removed in tqdm==5.0.0
Please use tqdm.notebook.tqdm
instead of tqdm.tqdm_notebook
0% 0/217 [00:00<?, ?it/s]
torch.Size([1, 1, 2, 256, 256])
IndexError Traceback (most recent call last)
I managed to get it working https://colab.research.google.com/drive/10bz3OhNOJ-Ojbse0H6UM1a4VUAxKEe47?usp=sharing
Using unmodified Googlecolab I got this error:
model = create_model(opt) model.setup_to_test('coco_finetuned_mask_256_ffs')
initialize network with normal initialize network with normal initialize network with normal model [FusionModel] was created load Fusion model from checkpoints/coco_finetuned_mask_256_ffs/latest_net_GF.pth
FileNotFoundError Traceback (most recent call last)