hugin-devs team mailing list archive
-
hugin-devs team
-
Mailing list archive
-
Message #01664
Re: [Bug 685105] Re: enblend fails to blend large pano
On Tue, Apr 05, 2011 at 08:38:43PM -0000, the_mechanical wrote:
> Still no output (enblend built with imagecache)
>
> make -j 4 -f pano.pto.mk NONA='nona -t 1' ENBLEND='enblend -m 6000'
> ...
> enblend: info: loading next image: project0027.tif 1/1
> make: *** [project.png] Getötet
> make: *** Datei »project.png« wird gelöscht
>
> Project consists of 190 pics, each 12MPx.
Can you compress the data enough that I can try a blend on my machine?
I'm thinking scaling each image a factor of two, and then compressing
each with jpeg with a low quality setting. I'll blow them up again and
attempt the stitch. If that works here, I'll have to instruct you to
try to stitch the blown-up version.
I can provide an FTP account if you need one.
You tried running without imagecache and it didn't die "without
reason". the OS refused a memory allocation because it couldn't find
any more memory for you to use. What happens if you:
dd of=swapfile if=/dev/zero bs=1M count=16k
mkswap swapfile
swapon swapfile
Maybe the stitch simply needs more than 24Gb of memory?
Roger.
--
** R.E.Wolff@xxxxxxxxxxxx ** http://www.BitWizard.nl/ ** +31-15-2600998 **
** Delftechpark 26 2628 XH Delft, The Netherlands. KVK: 27239233 **
*-- BitWizard writes Linux device drivers for any device you may have! --*
Q: It doesn't work. A: Look buddy, doesn't work is an ambiguous statement.
Does it sit on the couch all day? Is it unemployed? Please be specific!
Define 'it' and what it isn't doing. --------- Adapted from lxrbot FAQ
--
You received this bug notification because you are a member of Hugin
Developers, which is subscribed to Enblend.
https://bugs.launchpad.net/bugs/685105
Title:
enblend fails to blend large pano
Status in Enblend:
Confirmed
Bug description:
Enblend failed with:
enblend --compression=LZW -m 1200 -w -f135659x3947+0+1091 -o pano8110_l.tif ....
...
enblend: info: loading next image: pano8110_l0000.tif 1/1
enblend: out of memory
enblend: std::bad_alloc
This is a simple 0.5Gpixel panorama I shot. And agreed, Hugin did warn
me that it might take a lot of memory.
The thing is: There is no other tool to stitch this with, so I'll have to make do with hugin and its toolset....
I thought there was an "imagecache" that would swap parts of images to disk...
References