rozumden / fmo-cpp-demo

Fast Moving Objects Detection (demo version)
http://cmp.felk.cvut.cz/fmo/
MIT License
57 stars 13 forks source link

python version #6

Open StephenZhao1 opened 7 months ago

StephenZhao1 commented 7 months ago

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

rozumden commented 7 months ago

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
StephenZhao1 commented 7 months ago

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'