<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;background-color:#FFFFFF;font-family:'Courier New',monospace;">
<p>How do,</p>
<p><br>
</p>
<p>I've made several attempts at processing a data set using ODM on an Ubuntu 14.04 distro.</p>
<p><br>
</p>
<p>The git clone and install all went without a hitch, but when I process the images I get this error appearing;</p>
<p><br>
</p>
<p></p>
<div>" - source files - Mon May 23 14:25:05  2016<br>
Traceback (most recent call last):<br>
  File "/home/leond/OpenDroneMap/run.py", line 986, in <module><br>
    prepare_objects()<br>
  File "/home/leond/OpenDroneMap/run.py", line 415, in prepare_objects<br>
    fileObject["ccd"] = float(ccdWidths[fileObject["id"]])<br>
KeyError: u'RICOH IMAGING COMPANY, LTD. GR II' "</div>
<div><br>
</div>
<div>I've managed to circumvent this issue by using --force-focal and --force-ccd, however, the final outputs are terrible, an example would be the orthophoto only being just over a 100kb and completely pixelated. The point cloud isn't as bad but has large
 chunks of data missing.</div>
<div><br>
</div>
<div>I know there's nothing wrong with the data set as I have a very nice output from Agisoft. I've also ran one of the test datasets that are provided and that worked without issue.</div>
<div><br>
</div>
<div>Trying to run the build from a docker container, my first issue here is following the instructions on the wiki for a git clone docker build, I get;</div>
<div><br>
</div>
<div>" <span style="font-size: 12pt;">export IMAGES=/run/media/leond/PhD/ODMOptimise/</span>
<div>[leond@mandy OpenDroneMap]$ docker build -t opendronemap:latest<br>
docker: "build" requires 1 argument.<br>
See 'docker build --help'.<br>
<br>
Usage: docker build [OPTIONS] PATH | URL | -<br>
<br>
Build an image from a Dockerfile "</div>
<div><br>
</div>
<div>I've then tried to use the dbrgn/opendronemap docker container and I get similar to running natively on Ubuntu;</div>
<div><br>
</div>
<div>" <span style="font-size: 12pt;">Traceback (most recent call last):</span>
<div>  File "/code/run.py", line 986, in <module><br>
    prepare_objects()<br>
  File "/code/run.py", line 415, in prepare_objects<br>
    fileObject["ccd"] = float(ccdWidths[fileObject["id"]])<br>
KeyError: u'RICOH IMAGING COMPANY, LTD. GR II' "</div>
<div><br>
</div>
<div>I'd also read on the mailing list about using the /tree/dev version available on git but I'm unable to clone that url.</div>
<div><br>
</div>
<div>I appreciate there's probably more than one unrelated issue here (and a couple that are). I'd really like to try and get ODM working and with usable outputs, so any advice would be welcomed.<br>
<br>
</div>
</div>
</div>
Cheers,
<p></p>
<p><br>
</p>
<p>Leon</p>
</div>
</body>
</html>