HypoX64 / DeepMosaics

Automatically remove the mosaics in images and videos, or add mosaics to them.
GNU General Public License v3.0
2.13k stars 441 forks source link

【Error Type: <class 'ValueError'>】cannot reshape array of size 0 into shape (73000,3) 转换到一半报错了,求助 #118

Open lyf61 opened 1 year ago

lyf61 commented 1 year ago
segment parameters: 12.4M
netG parameters: 26.65M
There is an unfinished video. Continue it? [y/n] y
--------------------ERROR--------------------
--------------Environment--------------
DeepMosaics: 0.5.1
Python: 3.7.3 (default, Apr 24 2019, 15:29:51) [MSC v.1915 64 bit (AMD64)]
Pytorch: 1.7.1
OpenCV: 4.1.2
Platform: Windows-10-10.0.19041-SP0
--------------BUG--------------
Error Type: <class 'ValueError'>
cannot reshape array of size 0 into shape (73000,3)
<FrameSummary file deepmosaic.py, line 77 in <module>>
<FrameSummary file deepmosaic.py, line 51 in main>
<FrameSummary file cores\clean.py, line 171 in cleanmosaic_video_fusion>
<FrameSummary file cores\clean.py, line 26 in get_mosaic_positions>
<FrameSummary file numpy\lib\npyio.py, line 440 in load>
<FrameSummary file numpy\lib\format.py, line 771 in read_array>
Please press any key to exit.

报错信息如上