Silvan Weder
Silvan Weder
Hi! I would like to build a Docker container for the MinkowskiEngine. However, if I exactly follow the process described in the wiki, ME is only built for CPU support....
I need to load the poses obtained from this dataset into COLMAP. While I am aware of [this thread](https://github.com/google-research-datasets/Objectron/issues/39), following it does not yield satisfactory results. Given the convention, one...
Thanks a lot for releasing this great dataset! While parsing the 2D projections of the 3D bounding boxes using the provided [notebook](https://github.com/google-research-datasets/Objectron/blob/master/notebooks/Parse%20Annotations.ipynb), I realized that the annotations are not correct...
When compiling TheiaSfM, I get the following error when Linking CXX executable ../bin/create_calibration_file_from_exif undef: __ZN16OpenImageIO_v2_08ImageBufC1ENS_11string_viewEiiPNS_10ImageCacheEPKNS_9ImageSpecE undef: __ZN16OpenImageIO_v2_010ParamValue12init_noclearENS_7ustringENS_8TypeDescEiNS0_6InterpEPKvb undef: __ZNK16OpenImageIO_v2_09ImageSpec20get_string_attributeENS_11string_viewES1_ undef: __ZN16OpenImageIO_v2_09ImageSpec14find_attributeENS_11string_viewENS_8TypeDescEb undef: __ZNK16OpenImageIO_v2_08ImageBuf4specEv undef: __ZNK16OpenImageIO_v2_09ImageSpec17get_int_attributeENS_11string_viewEi undef: __ZNK16OpenImageIO_v2_09ImageSpec19get_float_attributeENS_11string_viewEf undef: __ZN16OpenImageIO_v2_010ParamValue11clear_valueEv undef:...
## 🐛 Bug When using JaccardIndex as a metric during training on multiple GPUs, a memory leak causes the training to crash. ### To Reproduce The problem is caused when...