mapillary / OpenSfM

Open source Structure-from-Motion pipeline
https://www.opensfm.org/
BSD 2-Clause "Simplified" License
3.37k stars 856 forks source link

Cannot use the reconstruction.html to open the .json file #576

Open Juuustin opened 4 years ago

Juuustin commented 4 years ago

Hi,

I am using python3 , so I use python -m http.server instead of python -m SimpleHTTPServer.

When I open the Viewer, and browse the .json file nothing happens. it seems that I cannot open the .json from the viewer.

I am running under Ubuntu 16.04, and I havn't created the documentation by cd doc make livehtml successfully.

**python3 -m sphinx -b html -d build/doctrees source build/html Running Sphinx v2.4.0 loading pickled environment... done building [mo]: targets for 0 po files that are out of date building [html]: targets for 0 source files that are out of date updating environment: 0 added, 1 changed, 0 removed reading sources... [100%] api
WARNING: autodoc: failed to import module 'dataset' from module 'opensfm'; the following exception was raised: No module named 'opensfm' WARNING: autodoc: failed to import module 'types' from module 'opensfm'; the following exception was raised: No module named 'opensfm' WARNING: autodoc: failed to import module 'features' from module 'opensfm'; the following exception was raised: No module named 'opensfm' WARNING: autodoc: failed to import module 'matching' from module 'opensfm'; the following exception was raised: No module named 'opensfm' WARNING: autodoc: failed to import module 'reconstruction' from module 'opensfm'; the following exception was raised: No module named 'opensfm' WARNING: autodoc: failed to import module 'config' from module 'opensfm'; the following exception was raised: No module named 'opensfm' looking for now-outdated files... none found pickling environment... done checking consistency... /home/objloc/OBJLOC/OpenSfM/doc/source/dense.rst: WARNING: document isn't included in any toctree /home/objloc/OBJLOC/OpenSfM/doc/source/merging_notes.rst: WARNING: document isn't included in any toctree done preparing documents... done /home/objloc/OBJLOC/OpenSfM/doc/source/_templates/layout.html:16: RemovedInSphinx30Warning: To modify script_files in the theme is deprecated. Please insert a Githubissues.

  • Githubissues is a development platform for aggregating issues.