Why i have problem with "There are no images in /datasets/win/submodels/submodels/images!"?

Hi,
why is ODM looking for images in a folder “/datasets/win/submodels/submodels/images”?

ODM created the folder itself, but did not save the images there. Created only *.json files in this folder.

                "message": "Aligning submodels...",
                "type": "info"
            },
            {
                "message": "/datasets/win/opensfm/submodels/submodel_0000/reconstruction.aligned.json is now /datasets/win/opensfm/submodels/submodel_0000/reconstruction.json",
                "type": "info"
            },
            {
                "message": "/datasets/win/opensfm/submodels/submodel_0001/reconstruction.aligned.json is now /datasets/win/opensfm/submodels/submodel_0001/reconstruction.json",
                "type": "info"
            },
            {
                "message": "/datasets/win/opensfm/submodels/submodel_0002/reconstruction.aligned.json is now /datasets/win/opensfm/submodels/submodel_0002/reconstruction.json",
                "type": "info"

And ODM stopped process with error “Have you followed best practices for data acquisition”, but i’m used the dataset from:

{
“message”: “Processing submodels”,
“type”: “info”
},
{
“message”: “========================”,
“type”: “info”
},
{
“message”: “running /code/run.py --dsm --optimize-disk-space --skip-3dmodel --dem-decimation 50 --ignore-gsd --orthophoto-cutline --dem-euclidean-map --skip-report --project-path /datasets/win/submodels submodels”,
“type”: “info”
},
{
“message”: “Uh oh! Processing stopped because of strange values in the reconstruction. This is often a sign that the input data has some issues or the software cannot deal with it. Have you followed best practices for data acquisition? See Flying Tips — OpenDroneMap 3.0.5 documentation”,
“type”: “error”
}

1 Like

Hey,
From the path there is a repetitive submodels.
Maybe you should review the command you entered.
This is what you should enter: docker run -ti --rm -v c:/Users/YOURUSER/DATASETS:/datasets opendronemap/odm --project-path /datasets PROJECT
You need to change what is in UPPERCASE in the last command to suit your files structure.
An example where the pictures should be located: c:/Users/YOURUSER/DATASETS/PROJECT/images

1 Like