This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package com.example.jgao6211.testcalcpleaseignore; | |
/** | |
* Created by jgao6211 on 4/13/2018. | |
* BETA | |
*/ | |
public class I { | |
private double real; | |
private double imaginary; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# required for google colab | |
dlib==19.22.1 | |
paddleseg | |
paddlepaddle | |
wget | |
wandb | |
lpips | |
# git+https://github.com/stylegan-human/StyleGAN-Human.git@409034f4c5c6bd70559d9d24920895eb4df8c2b4 | |
# required for local server |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https?:\/\/(?:www\.)?youtu(?:\.be\/|be\.com\/shorts\/)([a-zA-Z0-9_-]*).* | |
www.youtube.com//watch?v=$1 | |
(https?:\/\/www\.pixiv\.net\/[a-z]*\/artworks\/[0-9]*) | |
$1 |