Upload folder using huggingface_hub
Browse files- app.py +1 -1
- modules/__pycache__/loss.cpython-39.pyc +0 -0
- modules/components/amt_splat/__pycache__/AMT.cpython-39.pyc +0 -0
- modules/components/m2m_flow_former/LatentCostFormer/__pycache__/encoder.cpython-39.pyc +0 -0
- modules/components/m2m_flow_former/__pycache__/m2m.cpython-39.pyc +0 -0
- modules/components/m2m_flow_former/__pycache__/softsplat.cpython-39.pyc +0 -0
- modules/components/m2m_pwc/__pycache__/costvol.cpython-39.pyc +0 -0
- modules/components/m2m_pwc/__pycache__/softsplat.cpython-39.pyc +0 -0
- modules/components/m2m_unimatch/__pycache__/costvol.cpython-39.pyc +0 -0
- modules/components/m2m_unimatch/__pycache__/m2m.cpython-39.pyc +0 -0
- modules/components/m2m_unimatch/__pycache__/softsplat.cpython-39.pyc +0 -0
- modules/components/upr_net/__pycache__/upr.cpython-39.pyc +0 -0
- modules/components/upr_net_freq/__pycache__/costvol.cpython-39.pyc +0 -0
- modules/components/upr_net_freq/__pycache__/upr_freq.cpython-39.pyc +0 -0
- modules/components/upr_net_freq/costvol.py +2 -1
- modules/components/upr_net_mod/__pycache__/costvol.cpython-39.pyc +0 -0
- modules/components/upr_net_mod/__pycache__/upr.cpython-39.pyc +0 -0
- modules/components/upr_net_mod2/__pycache__/costvol.cpython-39.pyc +0 -0
- modules/components/upr_net_mod2/__pycache__/upr.cpython-39.pyc +0 -0
- modules/components/upr_net_mod2/__pycache__/upr_exp43.cpython-39.pyc +0 -0
- modules/components/upr_net_multi_flow/__pycache__/softsplat.cpython-39.pyc +0 -0
- modules/components/upr_net_multi_flow/__pycache__/upr.cpython-39.pyc +0 -0
- modules/models/__pycache__/inference_video.cpython-39.pyc +0 -0
- output/fix_img_20240306_110417/img_000.png +0 -0
- output/fix_img_20240306_110417/img_001.png +0 -0
- output/fix_img_20240306_115109/img_000.png +0 -0
- output/fix_img_20240306_115109/img_001.png +0 -0
- output/fix_img_20240306_115353/img_000.png +0 -0
- output/fix_img_20240306_115353/img_001.png +0 -0
- output/fix_img_20240306_121813/img_000.png +0 -0
- output/fix_img_20240306_121813/img_001.png +0 -0
- output/fix_img_20240306_122504/img_000.png +0 -0
- output/fix_img_20240306_122504/img_001.png +0 -0
- output/fix_img_20240306_122953/img_000.png +0 -0
- output/fix_img_20240306_122953/img_001.png +0 -0
- output/fix_img_20240306_123052/img_000.png +0 -0
- output/fix_img_20240306_123052/img_001.png +0 -0
- utils/__pycache__/flowvis.cpython-39.pyc +0 -0
- utils/__pycache__/misc.cpython-39.pyc +0 -0
- utils/vos/model/__pycache__/inference_core.cpython-39.pyc +0 -0
- utils/vos/model/__pycache__/model.cpython-39.pyc +0 -0
- utils/vos/util/__pycache__/log_integrator.cpython-39.pyc +0 -0
app.py
CHANGED
@@ -15,7 +15,7 @@ from modules.components.upr_basic import upr as upr_basic
|
|
15 |
import datetime
|
16 |
import zipfile
|
17 |
|
18 |
-
os.system('python -m pip install --upgrade pip')
|
19 |
|
20 |
#from scipy.interpolate import make_interp_spline
|
21 |
|
|
|
15 |
import datetime
|
16 |
import zipfile
|
17 |
|
18 |
+
#os.system('python -m pip install --upgrade pip')
|
19 |
|
20 |
#from scipy.interpolate import make_interp_spline
|
21 |
|
modules/__pycache__/loss.cpython-39.pyc
CHANGED
Binary files a/modules/__pycache__/loss.cpython-39.pyc and b/modules/__pycache__/loss.cpython-39.pyc differ
|
|
modules/components/amt_splat/__pycache__/AMT.cpython-39.pyc
CHANGED
Binary files a/modules/components/amt_splat/__pycache__/AMT.cpython-39.pyc and b/modules/components/amt_splat/__pycache__/AMT.cpython-39.pyc differ
|
|
modules/components/m2m_flow_former/LatentCostFormer/__pycache__/encoder.cpython-39.pyc
CHANGED
Binary files a/modules/components/m2m_flow_former/LatentCostFormer/__pycache__/encoder.cpython-39.pyc and b/modules/components/m2m_flow_former/LatentCostFormer/__pycache__/encoder.cpython-39.pyc differ
|
|
modules/components/m2m_flow_former/__pycache__/m2m.cpython-39.pyc
CHANGED
Binary files a/modules/components/m2m_flow_former/__pycache__/m2m.cpython-39.pyc and b/modules/components/m2m_flow_former/__pycache__/m2m.cpython-39.pyc differ
|
|
modules/components/m2m_flow_former/__pycache__/softsplat.cpython-39.pyc
CHANGED
Binary files a/modules/components/m2m_flow_former/__pycache__/softsplat.cpython-39.pyc and b/modules/components/m2m_flow_former/__pycache__/softsplat.cpython-39.pyc differ
|
|
modules/components/m2m_pwc/__pycache__/costvol.cpython-39.pyc
CHANGED
Binary files a/modules/components/m2m_pwc/__pycache__/costvol.cpython-39.pyc and b/modules/components/m2m_pwc/__pycache__/costvol.cpython-39.pyc differ
|
|
modules/components/m2m_pwc/__pycache__/softsplat.cpython-39.pyc
CHANGED
Binary files a/modules/components/m2m_pwc/__pycache__/softsplat.cpython-39.pyc and b/modules/components/m2m_pwc/__pycache__/softsplat.cpython-39.pyc differ
|
|
modules/components/m2m_unimatch/__pycache__/costvol.cpython-39.pyc
CHANGED
Binary files a/modules/components/m2m_unimatch/__pycache__/costvol.cpython-39.pyc and b/modules/components/m2m_unimatch/__pycache__/costvol.cpython-39.pyc differ
|
|
modules/components/m2m_unimatch/__pycache__/m2m.cpython-39.pyc
CHANGED
Binary files a/modules/components/m2m_unimatch/__pycache__/m2m.cpython-39.pyc and b/modules/components/m2m_unimatch/__pycache__/m2m.cpython-39.pyc differ
|
|
modules/components/m2m_unimatch/__pycache__/softsplat.cpython-39.pyc
CHANGED
Binary files a/modules/components/m2m_unimatch/__pycache__/softsplat.cpython-39.pyc and b/modules/components/m2m_unimatch/__pycache__/softsplat.cpython-39.pyc differ
|
|
modules/components/upr_net/__pycache__/upr.cpython-39.pyc
CHANGED
Binary files a/modules/components/upr_net/__pycache__/upr.cpython-39.pyc and b/modules/components/upr_net/__pycache__/upr.cpython-39.pyc differ
|
|
modules/components/upr_net_freq/__pycache__/costvol.cpython-39.pyc
CHANGED
Binary files a/modules/components/upr_net_freq/__pycache__/costvol.cpython-39.pyc and b/modules/components/upr_net_freq/__pycache__/costvol.cpython-39.pyc differ
|
|
modules/components/upr_net_freq/__pycache__/upr_freq.cpython-39.pyc
CHANGED
Binary files a/modules/components/upr_net_freq/__pycache__/upr_freq.cpython-39.pyc and b/modules/components/upr_net_freq/__pycache__/upr_freq.cpython-39.pyc differ
|
|
modules/components/upr_net_freq/costvol.py
CHANGED
@@ -223,7 +223,8 @@ def cuda_launch(strKey:str):
|
|
223 |
os.environ['CUDA_HOME'] = '/usr/local/cuda/'
|
224 |
# end
|
225 |
|
226 |
-
return cupy.cuda.compile_with_cache(objCudacache[strKey]['strKernel'], tuple(['-I ' + os.environ['CUDA_HOME'], '-I ' + os.environ['CUDA_HOME'] + '/include'])).get_function(objCudacache[strKey]['strFunction'])
|
|
|
227 |
# end
|
228 |
|
229 |
|
|
|
223 |
os.environ['CUDA_HOME'] = '/usr/local/cuda/'
|
224 |
# end
|
225 |
|
226 |
+
#return cupy.cuda.compile_with_cache(objCudacache[strKey]['strKernel'], tuple(['-I ' + os.environ['CUDA_HOME'], '-I ' + os.environ['CUDA_HOME'] + '/include'])).get_function(objCudacache[strKey]['strFunction'])
|
227 |
+
return cupy.RawModule(code=objCudacache[strKey]['strKernel'], options=tuple(['-I ' + os.environ['CUDA_HOME'], '-I ' + os.environ['CUDA_HOME'] + '/include'])).get_function(objCudacache[strKey]['strFunction'])
|
228 |
# end
|
229 |
|
230 |
|
modules/components/upr_net_mod/__pycache__/costvol.cpython-39.pyc
CHANGED
Binary files a/modules/components/upr_net_mod/__pycache__/costvol.cpython-39.pyc and b/modules/components/upr_net_mod/__pycache__/costvol.cpython-39.pyc differ
|
|
modules/components/upr_net_mod/__pycache__/upr.cpython-39.pyc
CHANGED
Binary files a/modules/components/upr_net_mod/__pycache__/upr.cpython-39.pyc and b/modules/components/upr_net_mod/__pycache__/upr.cpython-39.pyc differ
|
|
modules/components/upr_net_mod2/__pycache__/costvol.cpython-39.pyc
CHANGED
Binary files a/modules/components/upr_net_mod2/__pycache__/costvol.cpython-39.pyc and b/modules/components/upr_net_mod2/__pycache__/costvol.cpython-39.pyc differ
|
|
modules/components/upr_net_mod2/__pycache__/upr.cpython-39.pyc
CHANGED
Binary files a/modules/components/upr_net_mod2/__pycache__/upr.cpython-39.pyc and b/modules/components/upr_net_mod2/__pycache__/upr.cpython-39.pyc differ
|
|
modules/components/upr_net_mod2/__pycache__/upr_exp43.cpython-39.pyc
CHANGED
Binary files a/modules/components/upr_net_mod2/__pycache__/upr_exp43.cpython-39.pyc and b/modules/components/upr_net_mod2/__pycache__/upr_exp43.cpython-39.pyc differ
|
|
modules/components/upr_net_multi_flow/__pycache__/softsplat.cpython-39.pyc
CHANGED
Binary files a/modules/components/upr_net_multi_flow/__pycache__/softsplat.cpython-39.pyc and b/modules/components/upr_net_multi_flow/__pycache__/softsplat.cpython-39.pyc differ
|
|
modules/components/upr_net_multi_flow/__pycache__/upr.cpython-39.pyc
CHANGED
Binary files a/modules/components/upr_net_multi_flow/__pycache__/upr.cpython-39.pyc and b/modules/components/upr_net_multi_flow/__pycache__/upr.cpython-39.pyc differ
|
|
modules/models/__pycache__/inference_video.cpython-39.pyc
CHANGED
Binary files a/modules/models/__pycache__/inference_video.cpython-39.pyc and b/modules/models/__pycache__/inference_video.cpython-39.pyc differ
|
|
output/fix_img_20240306_110417/img_000.png
ADDED
output/fix_img_20240306_110417/img_001.png
ADDED
output/fix_img_20240306_115109/img_000.png
ADDED
output/fix_img_20240306_115109/img_001.png
ADDED
output/fix_img_20240306_115353/img_000.png
ADDED
output/fix_img_20240306_115353/img_001.png
ADDED
output/fix_img_20240306_121813/img_000.png
ADDED
output/fix_img_20240306_121813/img_001.png
ADDED
output/fix_img_20240306_122504/img_000.png
ADDED
output/fix_img_20240306_122504/img_001.png
ADDED
output/fix_img_20240306_122953/img_000.png
ADDED
output/fix_img_20240306_122953/img_001.png
ADDED
output/fix_img_20240306_123052/img_000.png
ADDED
output/fix_img_20240306_123052/img_001.png
ADDED
utils/__pycache__/flowvis.cpython-39.pyc
CHANGED
Binary files a/utils/__pycache__/flowvis.cpython-39.pyc and b/utils/__pycache__/flowvis.cpython-39.pyc differ
|
|
utils/__pycache__/misc.cpython-39.pyc
CHANGED
Binary files a/utils/__pycache__/misc.cpython-39.pyc and b/utils/__pycache__/misc.cpython-39.pyc differ
|
|
utils/vos/model/__pycache__/inference_core.cpython-39.pyc
CHANGED
Binary files a/utils/vos/model/__pycache__/inference_core.cpython-39.pyc and b/utils/vos/model/__pycache__/inference_core.cpython-39.pyc differ
|
|
utils/vos/model/__pycache__/model.cpython-39.pyc
CHANGED
Binary files a/utils/vos/model/__pycache__/model.cpython-39.pyc and b/utils/vos/model/__pycache__/model.cpython-39.pyc differ
|
|
utils/vos/util/__pycache__/log_integrator.cpython-39.pyc
CHANGED
Binary files a/utils/vos/util/__pycache__/log_integrator.cpython-39.pyc and b/utils/vos/util/__pycache__/log_integrator.cpython-39.pyc differ
|
|