Wieland Morgenstern

Results 37 issues of Wieland Morgenstern

When using `tqdm.contrib.concurrent.process_map` to execute some longer-running tasks in parallel, the default remaining time and iterations per second estimation can be quite far off the mark. Consider running ten workers...

p3-enhancement 🔥
submodule ⊂
synchronisation ⇶
c1-quick 🕐

Using `.cache()` (with the default memory cacher) does nothing when the Dataset is used in a multi-process DataLoader. This is a gotcha that should probably pointed out in the documentation...

Concatenation of two datasets with the logical operator works as intended: `concat_2 = images | images` While concatenation of more datasets (`concat_3 = images | images | images`) yields a...

Feature request from [Facebook ](https://www.facebook.com/groups/stitchEm/permalink/465559511555442/): "10bit mp4 (gh5) gives an error while importing, so does 444 12bit dnxhr on import. Import is restricted to 420 8bit mp4?" Technical details: video...

enhancement

There's a couple of gotchas when building a new release for macOS. Document as best as I can to waste less time in a future release...

Open Vahana VR 2.4.0, create a new project, add 4 test inputs (default), add HDD output with default settings ([hdd_export.vah.zip](https://github.com/stitchEm/stitchEm/files/4570364/hdd_export.vah.zip)). Enable HDD output and watch the log, these lines are...

bug
Vahana VR

Just print out the CMake version at the beginning of the configuration, so that when issues are filed with CMake printouts, we already have that information (see #121). Also print...

enhancement
good first issue
Build

Documentation on how to use the software is currently missing. Some links we could share: Vahana VR introduction video: https://www.youtube.com/watch?v=nR0qD2ELInU 3rd party Vahana tutorials: https://www.youtube.com/watch?v=rDXbYDr4Pm8 https://www.youtube.com/watch?v=suQvrlTp-iM VideoStitch Studio PDF user...

support

When exporting a project with h264 and a horizontal resolution > 4096px, the output silently fails (there are errors of libav in the log). See discussion in https://github.com/stitchEm/stitchEm/issues/27 and https://github.com/stitchEm/stitchEm/issues/53....

bug

The OpenCV 4.1.1 that comes pre-installed on the Jetson Nano does not have the old `CV_XYZ` constants anymore, see #59. Checking with `findContours`, they were used in OpenCV 2.4, but...

Build