GCP Annotation tool - ModuleNotFoundError: No module named 'annotation_gui_gcp'
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 3.8k
- Forks
- 899
- PR merge metrics
- No merged PRs in 30d
Description
I have installed OpenSfM in Ubuntu 22.04. Cloned commit is d1165f9d522aee41f825be464a7e232286f529f1.
bin/opensfm_run_all & bin/opensfm work OK.
I have a problem installing annotation tool.
I follow the instructions here: https://opensfm.org/docs/annotation_tool.html
When i run "python annotation_gui_gcp/main.py data/berlin" I get the following:
Traceback (most recent call last):
File "/home/konstantinos/Desktop/opensfm/OpenSfM/annotation_gui_gcp/main.py", line 10, in <module>
from annotation_gui_gcp.lib import GUI
ModuleNotFoundError: No module named 'annotation_gui_gcp'
Any ideas?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the annotation tool installation instructions and annotation_gui_gcp/main.py, then reproduce the reported command on Ubuntu 22.04. Trace why the annotation_gui_gcp import is unavailable after installation; done means the command starts without the reported ModuleNotFoundError.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- desktop
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100