Skip to main content
The 2025 Developer Survey results are in. Explore insights into technology and tools, careers, community and more. View results.

All Questions

Tagged with
Filter by
Sorted by
Tagged with
3 votes
2 answers
100 views

Video Frame-by-Frame Deraining with MFDNet

After checking the repository of MFDNet, single image rain streaks removal with the provided model is given in test.py. I am trying to modify the code to process frame-by-frame rain streaks removal in ...
JimmyHu's user avatar
  • 7,096
4 votes
1 answer
169 views

String art program in Python using PyTorch

...
flakpm's user avatar
  • 77
1 vote
0 answers
71 views

Convolution to reduce popcorn noise in black and white video

I have a black & white video as a tensor with the shape [Time, Width, Height] with popcorn noise and I would like to reduce the noise by naively convolving along the time dimension. Using a ...
Seanny123's user avatar
  • 1,599