momo

Results 11 comments of momo

`D:\......\3d-bat-master>npm install` should be executed in cmd before open index.html

1. download https://github.com/jinfagang/DCNv2_latest 2. sudo python3 setup.py build develop 3. copy "dcn_v2.py" and “_ext.cpython-38-x86_64-linux-gnu.so” to FairMOT's sub-folder: src\lib\models\networks

I get the same issue when I run the code. The root folder's name should be renamed as "FedML".

download https://huggingface.co/google-bert/bert-base-uncased, and save them in a LOCAL-FOLDER. then set value of "text_encoder_type=LOCAL-FOLDER" in file "groundingdino/config/GroundingDINO_SwinT_OGC.py".

在devel/include里面,不是源程序包的而是compile产生的

I hide the point-cloud in Viewer in order to see the green points clearly. And yes, I set `camera.width = img_w;` `camera.height = img_h;` `double fScale = (double)1 / double(max(img_w,...

I comment the normalization part and remain camera.width, camera.height and camera.K. then re-generate mvs file. in Viewer, (we hide point cloud) ![Screenshot from 2024-01-12 11-37-39](https://github.com/cdcseacave/openMVS/assets/12620265/b73a11be-4bae-4792-9faf-d46d92111de3) it looks camera's size become...

> Strange. You can put a break point where the MVS scene you generate is read, and check that you get the values you expect. @cdcseacave in this line :...

> no need to normalize if you set the width and h, pls try that I found that it's caused by normalization of K. No need to normalize K.

> Strange. You can put a break point where the MVS scene you generate is read, and check that you get the values you expect. This bug is caused by...