Igal Alkon

Results 11 issues of Igal Alkon

Trying to build OpenSfM on my local Fedora (32) system. ``` python setup.py build ``` Results the following error: ``` ... -- Found installed version of gflags: /usr/lib64/cmake/gflags -- Detected...

installation

This has been tested on Fedora 33, and pretty sure it should work on 32 also. I clone the `develop_2.0` branch, please consider creating `2.0` beta tags to the repository....

enhancement
build
help_wanted

So I wanted to have a nice template project for Phaser 4. I found [phaser3-rollup-typescript](https://github.com/geocine/phaser3-rollup-typescript) that is used for Phaser 3 and looks like very simple and slim template. I...

Hey, we would like to try and use pedis in our production environment. Is it possible to make at least RC0 release candidate (tag/branch) so we could compile something that...

So here's the pipeline for my reconstructions: ``` create_calibration_file_from_exif \ -images=img/* \ -output_calibration_file=calibration ``` ``` build_reconstruction \ -reconstruction_estimator=GLOBAL \ -calibration_file=calibration \ -descriptor=SIFT \ -feature_density=DENSE \ -images=img/* \ -matching_working_directory=matches/ \ -output_reconstruction=model...

Here's the PKGBUILD file for the master branch: ``` pkgname=theiasfm-git _gitname='TheiaSfM' _gitbranch="master" pkgver=0.8 pkgrel=1 pkgdesc='Theia is an end-to-end structure-from-motion library that was created by Chris Sweeney.' arch=('i686' 'x86_64') url='http://www.theia-sfm.org/' license=('BSD')...

I am trying to build this on Fedora 36, I have the latest available `cuda` from the official NVIDIA repository. Had to use the `fedora35` repository, because `fedora36` does not...

`Chipmunk-7.0.3` does not include the fix for apple and ``. Can version `Chipmunk-7.0.4` be released that includes the fix? The fix is on `master` branch. @slembcke

I have an issue when executing `build`: With JAVA: ``` openjdk version "1.8.0_144" OpenJDK Runtime Environment (build 1.8.0_144-b01) OpenJDK 64-Bit Server VM (build 25.144-b01, mixed mode) ``` ``` Scene imported...

Hey, I had an issue on Chrome 56.x when I got: ```Uncaught TypeError: $export is not a function``` console message on upon running the server first time. My issue seems...