Michael B. Currie

Results 61 comments of Michael B. Currie

For comparison, the JavaScript library `ajv` validates the same file in under 3 seconds. https://github.com/epoberezkin/ajv Perhaps someone knows of a Python library that wraps `ajv`?

I am using the **CPython** implementation of Python: ``` Python 3.4.3 (v3.4.3:9b73f1c3e601, Feb 24 2015, 22:44:40) [MSC v.1600 64 bit (AMD64)] on win32 Type "help", "copyright", "credits" or "license" for...

@rconradharris are you still maintaining this repo? The last commit is 7 years ago. Thanks

I got this error when I passed an invalid model parameters filepath to the `.load_parameters` method. In your case that seems likely to also be the case, since the filename...

`ERROR: No matching distribution found for mxnet==1.9.1`

It's because they haven't made an `mxnet` wheel for Windows since 2019. Very confusing. So you need to downgrade Python to 3.7.

colmap requires the actual real-world camera poses to not be collinear or else they won't have enough degrees of freedom to recover the 3d camera poses.

For me I specified the CMAKE_ARCHITECTURES but it still has the same error. My error is: ``` [180/369] C:\PROGRA~2\MICROS~4\2019\ENTERP~1\VC\Tools\MSVC\1429~1.301\bin\Hostx64\x64\cl.exe /TP -DBOOST_ALL_DYN_LINK=1 -DCGAL_USE_GMPXX=1 -DCOLMAP_CGAL_ENABLED -DCOLMAP_CUDA_ENABLED -DCOLMAP_GPU_ENABLED -DCOLMAP_GUI_ENABLED -DCOLMAP_OPENGL_ENABLED -DCOLMAP_OPENMP_ENABLED -DEIGEN_INITIALIZE_MATRICES_BY_NAN -DGFLAGS_IS_A_DLL=1...

FYI I call this the "Hokanson Histogram-of-Percentiles Summary" in the [LucidChart](https://www.lucidchart.com/documents/view/f6f790cf-8041-4c63-b204-f920292e63ad): ![image](https://cloud.githubusercontent.com/assets/5267078/7823392/68ada9a2-03b8-11e5-8c0d-8b34fbcdcded.png)

Your issue doesn't have anything to do with decord I believe, it's to do with pip. Please follow these steps to upgrade your pip: https://stackoverflow.com/questions/66561487/no-module-named-pip-internal-cli-main This issue can be closed...