Skip to content

[Issue]: samples requirements.txt is buggy #6

Description

@ZJLi2013

Problem Description

missing the module name pycolmap here ?

# pycolmap for data parsing
git+https://github.com/rmbrualla/pycolmap@cc7ea4b7301720ac29287dbe450952511b32125e

also the pycolmap is too old, and there is buggy with the installed numpy module.

had to fix by:

in path/to/your/python/site-packages/pycolmap/scene_manager.py, and replace from

INVALID_POINT3D = np.uint64(-1)

to

INVALID_POINT3D = np.iinfo(np.uint64).max      # 或者 0xffffffffffffffff

Operating System

ubuntu 22.04

CPU

amd

GPU

mi300

ROCm Version

6.4.4

ROCm Component

No response

Steps to Reproduce

No response

(Optional for Linux users) Output of /opt/rocm/bin/rocminfo --support

No response

Additional Information

No response

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions