SuyeonJ commited on
Commit
78c8fbb
·
verified ·
1 Parent(s): 7f31446

Upload folder using huggingface_hub

Browse files
Files changed (42) hide show
  1. app.py +1 -1
  2. modules/__pycache__/loss.cpython-39.pyc +0 -0
  3. modules/components/amt_splat/__pycache__/AMT.cpython-39.pyc +0 -0
  4. modules/components/m2m_flow_former/LatentCostFormer/__pycache__/encoder.cpython-39.pyc +0 -0
  5. modules/components/m2m_flow_former/__pycache__/m2m.cpython-39.pyc +0 -0
  6. modules/components/m2m_flow_former/__pycache__/softsplat.cpython-39.pyc +0 -0
  7. modules/components/m2m_pwc/__pycache__/costvol.cpython-39.pyc +0 -0
  8. modules/components/m2m_pwc/__pycache__/softsplat.cpython-39.pyc +0 -0
  9. modules/components/m2m_unimatch/__pycache__/costvol.cpython-39.pyc +0 -0
  10. modules/components/m2m_unimatch/__pycache__/m2m.cpython-39.pyc +0 -0
  11. modules/components/m2m_unimatch/__pycache__/softsplat.cpython-39.pyc +0 -0
  12. modules/components/upr_net/__pycache__/upr.cpython-39.pyc +0 -0
  13. modules/components/upr_net_freq/__pycache__/costvol.cpython-39.pyc +0 -0
  14. modules/components/upr_net_freq/__pycache__/upr_freq.cpython-39.pyc +0 -0
  15. modules/components/upr_net_freq/costvol.py +2 -1
  16. modules/components/upr_net_mod/__pycache__/costvol.cpython-39.pyc +0 -0
  17. modules/components/upr_net_mod/__pycache__/upr.cpython-39.pyc +0 -0
  18. modules/components/upr_net_mod2/__pycache__/costvol.cpython-39.pyc +0 -0
  19. modules/components/upr_net_mod2/__pycache__/upr.cpython-39.pyc +0 -0
  20. modules/components/upr_net_mod2/__pycache__/upr_exp43.cpython-39.pyc +0 -0
  21. modules/components/upr_net_multi_flow/__pycache__/softsplat.cpython-39.pyc +0 -0
  22. modules/components/upr_net_multi_flow/__pycache__/upr.cpython-39.pyc +0 -0
  23. modules/models/__pycache__/inference_video.cpython-39.pyc +0 -0
  24. output/fix_img_20240306_110417/img_000.png +0 -0
  25. output/fix_img_20240306_110417/img_001.png +0 -0
  26. output/fix_img_20240306_115109/img_000.png +0 -0
  27. output/fix_img_20240306_115109/img_001.png +0 -0
  28. output/fix_img_20240306_115353/img_000.png +0 -0
  29. output/fix_img_20240306_115353/img_001.png +0 -0
  30. output/fix_img_20240306_121813/img_000.png +0 -0
  31. output/fix_img_20240306_121813/img_001.png +0 -0
  32. output/fix_img_20240306_122504/img_000.png +0 -0
  33. output/fix_img_20240306_122504/img_001.png +0 -0
  34. output/fix_img_20240306_122953/img_000.png +0 -0
  35. output/fix_img_20240306_122953/img_001.png +0 -0
  36. output/fix_img_20240306_123052/img_000.png +0 -0
  37. output/fix_img_20240306_123052/img_001.png +0 -0
  38. utils/__pycache__/flowvis.cpython-39.pyc +0 -0
  39. utils/__pycache__/misc.cpython-39.pyc +0 -0
  40. utils/vos/model/__pycache__/inference_core.cpython-39.pyc +0 -0
  41. utils/vos/model/__pycache__/model.cpython-39.pyc +0 -0
  42. 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