Giter Site home page Giter Site logo

Comments (4)

jessicalfr avatar jessicalfr commented on July 22, 2024

I'm using multical 0.2.2, opencv-python 4.6.0.66, and python 3.10.6 in Ubuntu 22.04.1 LTS.

from multical.

huntkao avatar huntkao commented on July 22, 2024

Does it work by simply making symbol link to alt/alt/ folder?

from multical.

jessicalfr avatar jessicalfr commented on July 22, 2024

When I move the images to the alt/alt/folder, I get a different error:

$ multical calibrate --boards charuco_16x22.yaml --image_path alt --calibration calibration.json --fix_intrinsic --fix_camera_poses
INFO - Using boards:
INFO - charuco_16x22 CharucoBoard {type='charuco', aruco_dict='4X4_1000', aruco_offset=0, size=(16, 22), num_ids=176, marker_length=0.0085, square_length=0.011, aruco_params={}}
Traceback (most recent call last):
  File "/home/jessica/.local/bin/multical", line 8, in <module>
    sys.exit(cli())
  File "/home/jessica/.local/lib/python3.10/site-packages/multical/app/multical.py", line 28, in cli
    run_with(Multical)
  File "/home/jessica/.local/lib/python3.10/site-packages/multical/config/arguments.py", line 73, in run_with
    return program.app.execute()
  File "/home/jessica/.local/lib/python3.10/site-packages/multical/app/multical.py", line 24, in execute
    return self.command.execute()
  File "/home/jessica/.local/lib/python3.10/site-packages/multical/app/calibrate.py", line 21, in execute
    calibrate(self)
  File "/home/jessica/.local/lib/python3.10/site-packages/multical/app/calibrate.py", line 34, in calibrate
    camera_images = find_camera_images(args.paths.image_path, 
  File "/home/jessica/.local/lib/python3.10/site-packages/multical/config/runtime.py", line 39, in find_camera_images
    image_names, filenames = find_images(camera_paths, extensions=extensions)
  File "/home/jessica/.local/lib/python3.10/site-packages/multical/image/find.py", line 44, in find_images_matching
    image_names = find_matching_files(camera_dirs, extensions)
  File "/home/jessica/.local/lib/python3.10/site-packages/multical/image/find.py", line 22, in find_matching_files
    return natsorted(set.intersection(*[set(files) for files in camera_files.values()]))
TypeError: unbound method set.intersection() needs an argument

from multical.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.