Closed alexschwantes closed 4 years ago
Hi, I ran this in colab and am getting a weird output where the faces are grey and not coloured correctly. You can check out the colab here https://colab.research.google.com/drive/1EvZeY66KeLQSTbCeRUpTciAwKJSjXa5T?usp=sharing
Any idea what is going on? Thanks.
Hi, I am not familiar with Colab. Maybe you can open a new issue in hopperrr.
Thanks, I didn't use the colab from hopperrr as I didn't see it before doing my own.
I found the issue, I thought I had an issue with the checkpoints directory, so I renamed it to checkcpts
and passed the parameter --checkpoints_dir ./chekcpts
. This is what was causing it. When I changed it back to checkpoints
, it worked. (you just can't browse it in colab)...
Also worth noting, you missed a prerequisite for dominate
package.
Great work btw :)
Thanks, I didn't use the colab from hopperrr as I didn't see it before doing my own.
I found the issue, I thought I had an issue with the checkpoints directory, so I renamed it to
checkcpts
and passed the parameter--checkpoints_dir ./chekcpts
. This is what was causing it. When I changed it back tocheckpoints
, it worked. (you just can't browse it in colab)...Also worth noting, you missed a prerequisite for
dominate
package.Great work btw :)
Thanks. I will update the readme.
Hi, I ran this in colab and am getting a weird output where the faces are grey and not coloured correctly. You can check out the colab here https://colab.research.google.com/drive/1EvZeY66KeLQSTbCeRUpTciAwKJSjXa5T?usp=sharing
Any idea what is going on? Thanks.