WhaSuk Lee

Results 13 comments of WhaSuk Lee

For anyone using react-native 0.61.5, you need to disable autolinking for this package. https://github.com/react-native-community/cli/blob/master/docs/autolinking.md After removing @Override and disabling autolinking, it works!

> I have the same issue on react native 0.61, i got it to work with older react native versions @afrakhan123 May I ask which version of React-native you're using?

Here's a temporary solution, ```sh $ apt install protobuf-compiler ```

So the problem is, a container built from [TensorRT 23.04](https://catalog.ngc.nvidia.com/orgs/nvidia/containers/tensorrt) already has `CMake`, but no `protobuf`. However, `CMake` has `FindProtobuf.cmake` ``` CMake Warning at /usr/local/share/cmake-3.24/Modules/FindProtobuf.cmake:524 (message): Protobuf compiler version doesn't...

Base images are 1920 by 1080 New images are 860 by 600

If I start feature extraction, matching, and a reconstruction with both base and new images in one directory, it works. However, if I separate the processes (registering new images to...

I found that matching didn't go well.

I have created new container with larger `shm`, and it worked! ```sh $ docker run --gpus all --env="DISPLAY" -it --shm-size=16G -v /tmp/.X11-unix:/tmp/.X11-unix -v /hdd/data:/data --name=ubuntu2004_cu117_0 nvcr.io/nvidia/cuda:11.7.1-devel-ubuntu20.04 ```