-
Notifications
You must be signed in to change notification settings - Fork 95
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
when run "python3 -m pixloc.run_Aachen --from_poses" meet an error!!! #23
Comments
I was able to run |
Thank you very much@fulkast, I successfully solved this problem, but this is the result when I run the Aachen dataset with python3 -m pixloc.run_Aachen --from_poses, which does not match the one given in the paper. What is the problem? do you know? The first two lines are the result of ''running python3 -m pixloc.run_Aachen'' and the third line is the result of running ''python3 -m pixloc.run_Aachen --from_poses'' |
@caochengyang0828 The expected results are:
I am not able to help without more info about your setup: package versions, console output, latest commit hash. |
@skydes,Thank you for replying to me Below is the information that you asked for,please let me know if anything looks unexpected. 2.This is the console output when I run ’python3 -m pixloc.run_Aachen --from_poses’ caochengyang@caochengyang-Lenovo-Legion-R9000P2021H:~/pixloc$ python3 -m pixloc.run_Aachen --from_poses
[12/04/2021 23:13:17 pixloc.localization.model3d INFO] Reading COLMAP model /home/caochengyang/pixloc/outputs/hloc/Aachen/sfm_superpoint+superglue. 3.This is the latest result I submitted on the benchmark,It's on the last line: this is the original file submitted: |
do you have solve this problem? I just try the Aachen,and add the hloc_logs path, but the results are same as yours |
hello,@skydes ,When I run Aachen according to the steps you mentioned, I encountered an error as shown below. Can you help me solve it? thank you!!!
caochengyang@caochengyang-Lenovo-Legion-R9000P2021H:~/pixloc$ python3 -m pixloc.run_Aachen --from_poses
True
[12/02/2021 10:54:15 pixloc INFO] Parsed configuration:
experiment: pixloc_megadepth
features:
preprocessing:
resize: 1600
optimizer:
num_iters: 50
pad: 1
refinement:
num_dbs: 5
min_points_opt: 100
point_selection: inliers
normalize_descriptors: true
average_observations: true
layer_indices:
[12/02/2021 10:54:15 pixloc.localization.model3d INFO] Reading COLMAP model /home/caochengyang/pixloc/outputs/hloc/Aachen/sfm_superpoint+superglue.
[12/02/2021 10:54:27 pixloc.utils.io INFO] Imported 824 images from day_time_queries_with_intrinsics.txt
[12/02/2021 10:54:27 pixloc.utils.io INFO] Imported 98 images from night_time_queries_with_intrinsics.txt
[12/02/2021 10:54:27 pixloc.pixlib.utils.experiments INFO] Loading checkpoint checkpoint_best.tar
[12/02/2021 10:54:32 pixloc.localization.localizer INFO] Reading hloc logs...
Traceback (most recent call last):
File "/usr/lib/python3.8/runpy.py", line 194, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/usr/lib/python3.8/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/home/caochengyang/pixloc/pixloc/run_Aachen.py", line 77, in
main()
File "/home/caochengyang/pixloc/pixloc/run_Aachen.py", line 66, in main
localizer = PoseLocalizer(paths, conf)
File "/home/caochengyang/pixloc/pixloc/localization/localizer.py", line 145, in init
with open(paths.log_path, 'rb') as f:
AttributeError: 'Paths' object has no attribute 'log_path'
The text was updated successfully, but these errors were encountered: