zzl
commited on
Commit
•
981d2df
1
Parent(s):
b5a9347
release
Browse files- demo_img.py +1 -0
- demo_vid.py +1 -0
demo_img.py
CHANGED
@@ -2,6 +2,7 @@ import cv2
|
|
2 |
import glob
|
3 |
import torch
|
4 |
import gradio as gr
|
|
|
5 |
from huggingface_hub import hf_hub_download
|
6 |
|
7 |
from networks.amts import Model as AMTS
|
|
|
2 |
import glob
|
3 |
import torch
|
4 |
import gradio as gr
|
5 |
+
import numpy as np
|
6 |
from huggingface_hub import hf_hub_download
|
7 |
|
8 |
from networks.amts import Model as AMTS
|
demo_vid.py
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
import cv2
|
2 |
import glob
|
3 |
import torch
|
|
|
4 |
import gradio as gr
|
5 |
from huggingface_hub import hf_hub_download
|
6 |
|
|
|
1 |
import cv2
|
2 |
import glob
|
3 |
import torch
|
4 |
+
import numpy as np
|
5 |
import gradio as gr
|
6 |
from huggingface_hub import hf_hub_download
|
7 |
|