ZhuFengdaaa

Results 10 comments of ZhuFengdaaa

@ObadaJabassini Have you solved this issue? I am facing the same problem.

Asking for the visualization code. +1

cool, it works. My issue on Ubuntu 20.04 ``` /home/Matterport3DSimulator/src/lib/NavGraph.cpp: In member function ‘void mattersim::NavGraph::Location::loadCubemapImages()’: /home/Matterport3DSimulator/src/lib/NavGraph.cpp:59:89: error: ‘CV_LOAD_IMAGE_ANYDEPTH’ was not declared in this scope 59 | cv::Mat depth = cv::imread(skyboxDir...

Preprocess downloaded skybox images: https://github.com/peteanderson80/Matterport3DSimulator#dataset-preprocessing. Then configure web applications: https://github.com/peteanderson80/Matterport3DSimulator/blob/master/web/README.md. If everything has been done, you can see demo on index.html.

like [this line](https://github.com/hengyuan-hu/bottom-up-attention-vqa/blob/master/base_model.py#L42), this implementation uses number of tokens to construct the embedding layer.

你看看你那里能不能复现这个问题:开一个tmux,横向分屏,输几个命令,然后zsh就动不了了。包括新窗口初始化的时候,zsh显示的是当前目录相对路径 `.`,而不是绝对路径。我觉得是zshrc初始化的问题。你比我熟悉里面的配置,所以我就提 issue 请你帮忙看一下。

+1 looking forward to seeing it.

The data files in the `matterport_mesh` folder is like: ``` 17DRP5sb8fy.glb bed1a77d92d64f5cbbaaae4feed64ec1_002.jpg bed1a77d92d64f5cbbaaae4feed64ec1_008.jpg bed1a77d92d64f5cbbaaae4feed64ec1_014.jpg bed1a77d92d64f5cbbaaae4feed64ec1_020.jpg 17DRP5sb8fy_semantic.ply bed1a77d92d64f5cbbaaae4feed64ec1_003.jpg bed1a77d92d64f5cbbaaae4feed64ec1_009.jpg bed1a77d92d64f5cbbaaae4feed64ec1_015.jpg bed1a77d92d64f5cbbaaae4feed64ec1_021.jpg bed1a77d92d64f5cbbaaae4feed64ec1.mtl bed1a77d92d64f5cbbaaae4feed64ec1_004.jpg bed1a77d92d64f5cbbaaae4feed64ec1_010.jpg bed1a77d92d64f5cbbaaae4feed64ec1_016.jpg bed1a77d92d64f5cbbaaae4feed64ec1_022.jpg bed1a77d92d64f5cbbaaae4feed64ec1.obj bed1a77d92d64f5cbbaaae4feed64ec1_005.jpg bed1a77d92d64f5cbbaaae4feed64ec1_011.jpg bed1a77d92d64f5cbbaaae4feed64ec1_017.jpg bed1a77d92d64f5cbbaaae4feed64ec1_000.jpg...

It is due to the human annotators does not label the vertices of a bounding box in order. We have noticed this problem before but we did not have a...

This is a serious problem. This problem occurs when the boundaries of a bounding box are across 0 (360) degree (e.g., left side 0). The center can be regarded as...