fmo-cpp-demo icon indicating copy to clipboard operation
fmo-cpp-demo copied to clipboard

python version

Open StephenZhao1 opened this issue 1 year ago • 2 comments

I am not very familiar with cpp, does python version of this algorithm exist? Thx for your help, looking forward to your response.

StephenZhao1 avatar Jan 29 '24 08:01 StephenZhao1

We have Python implementations of various algorithms similar to this one, e.g.

  1. FMODetect for fast moving object detection: https://github.com/rozumden/FMODetect
  2. DeFMO for deblurring of fast moving objects: https://github.com/rozumden/DeFMO
  3. Shape from Blur for 3D reconstruction of such objects: https://github.com/rozumden/ShapeFromBlur
  4. Deblurring by energy minimization: https://github.com/rozumden/deblatting_python

rozumden avatar Jan 29 '24 21:01 rozumden

thx for your quick reply, appreciate for your great job.
my commant is as follow, fmo-desktop --input /home/zhaoqihui/Repo/fmo-cpp-demo-master/videos/770011352299781.mp4 --demo --record-dir /home/zhaoqihui/Repo/fmo-cpp-demo-master
I get the error
OpenCV(3.4.20-dev) /home/zhaoqihui/Repo/opencv-3.4/modules/videoio/src/cap_images.cpp:260: error: (-215:Assertion failed) number < max_number in function 'icvExtractPattern'

StephenZhao1 avatar Jan 30 '24 02:01 StephenZhao1