Giter Club home page Giter Club logo

shift-net's People

Contributors

0asa avatar dasongli1 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

shift-net's Issues

Memory requirements

How much memory (and what GPU specs) is needed for training the small model (Ours-s in the main paper)?

Thanks!

数据集

我按照CDVD-TSP的介绍下载了数据集,与Shiftnet中报道的不同,没有./datasets/GoPro/train/blur 和 ./datasets/GoPro/train/gt
而是/dataset/GOPRO/train/GOPR0372_07_00
如何得到论文中的数据集格式

Training log

Can I see the training logs please, I think I'm having a bit of a problem with the training, I can't seem to converge when I train on the DVD dataset I'm training on a 4*24G 3090.

batch size > 1 (per GPU)

Hi,

Is it possible to use a batch-size (per GPU) larger than 1?

The model's forward pass currently contains statements such as,

.

It seems that stage0 and stage2 should be amenable to batch processing by a simple rearrangement:
x_rearranged = rearrange(x, "b f c h w -> (b f) c h w").

How about stage_1? What modifications are needed for it to operate on a batchsize > 1?

关于论文中Ours的结果

您好,请问论文中Ours的训练和测试代码,以及预训练模型是哪个?我看只有Ours-s和Ours+。
谢谢!

Inquiry about GPU Memory Requirements for Small Model in GOPRO with one_len 96

Hello,

I am currently working with the GOPRO dataset and I am interested in running the small model with a “one_len” of 96. I would like to inquire about the GPU memory requirements for this specific configuration. Could you please provide information on how much GPU memory is needed to run the small model with a “one_len” of 96 effectively?

Thank you in advance for your assistance.

Out-of-memory happens when running test_deblur_small.py

Hello,

I run the following code on an A5000 (24G) GPU:
python3 inference/test_deblur_small.py --default_data GOPRO --one_len 96

However, an out-out-memory problem happens. I can only run successfully when altering --one_len to 30, the maximum size I can set.

Which GPU do you use for using --one_len 96?

Thank you very much!

关于video denoising任务中,ours-s的结果

您好,我下载了您提供的Video denoising任务下,使用DAVIS训练的ours-s pretrained model。并使用提供的测试脚本和代码进行测试,得到的结果比论文提供的PSNR低0.2左右。

请问您release的测试代码和论文中测试所用的在超参数方面有没有变化?

to onnx

Hello author, may I ask if your model can transfer onnx? There will be an error when I use this model to transfer onnx
Traceback (most recent call last):
File "To_onnx.py", line 65, in
torch.onnx.export(model, x, 'best.onnx', input_names=input_names, opset_version=15, output_names=output_names, verbose='False')
File "/home/iv/miniconda3/envs/dxw/lib/python3.8/site-packages/torch/onnx/init.py", line 350, in export
return utils.export(
File "/home/iv/miniconda3/envs/dxw/lib/python3.8/site-packages/torch/onnx/utils.py", line 163, in export
_export(
File "/home/iv/miniconda3/envs/dxw/lib/python3.8/site-packages/torch/onnx/utils.py", line 1074, in _export
graph, params_dict, torch_out = _model_to_graph(
File "/home/iv/miniconda3/envs/dxw/lib/python3.8/site-packages/torch/onnx/utils.py", line 731, in _model_to_graph
graph = _optimize_graph(
File "/home/iv/miniconda3/envs/dxw/lib/python3.8/site-packages/torch/onnx/utils.py", line 308, in _optimize_graph
graph = _C._jit_pass_onnx(graph, operator_export_type)
File "/home/iv/miniconda3/envs/dxw/lib/python3.8/site-packages/torch/onnx/init.py", line 416, in _run_symbolic_function
return utils._run_symbolic_function(*args, **kwargs)
File "/home/iv/miniconda3/envs/dxw/lib/python3.8/site-packages/torch/onnx/utils.py", line 1406, in _run_symbolic_function
return symbolic_fn(g, *inputs, **attrs)
File "/home/iv/miniconda3/envs/dxw/lib/python3.8/site-packages/torch/onnx/symbolic_helper.py", line 219, in wrapper
args = [
File "/home/iv/miniconda3/envs/dxw/lib/python3.8/site-packages/torch/onnx/symbolic_helper.py", line 220, in
_parse_arg(arg, arg_desc, arg_name, fn_name) # type: ignore[assignment]
File "/home/iv/miniconda3/envs/dxw/lib/python3.8/site-packages/torch/onnx/symbolic_helper.py", line 97, in _parse_arg
raise RuntimeError(
RuntimeError: Failed to export an ONNX attribute 'onnx::Cast', since it's not constant, please try to make things (e.g., kernel size) static if possible

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.