deepConnectionism

Results 9 issues of deepConnectionism

Where is test_vid.mp4?

>> install ... Build routine for mtimesx ... Checking for PC ... Finding path of mtimesx C source code files ... Found file mtimesx.c in D:\project\eco\ECO-master\ECO-master\external_libs\mtimesx\mtimesx.c ... Found file mtimesx_RealTimesReal.c...

该 是不是并不支持 resume 继续训练?

请问图像的分辨率和拼接速度是多少?cpu 还是 gpu?

![image](https://github.com/opencv/opencv_contrib/assets/20771771/6ae4516f-cbe8-464a-bfa1-e6eec18cf6b5) There are patches in the sky that can't be removed? 我的参数如下: ``` sgbm_gpu = cv::cuda::createStereoSGM(0, 128, 10, 120, 5, cv::cuda::StereoSGM::MODE_HH4); sgbm_gpu->setMinDisparity(0); sgbm_gpu->setNumDisparities(128); int blockSize = 7; //5 sgbm_gpu->setBlockSize(blockSize); sgbm_gpu->setP1(10);...

怎么写一个 CMakeLists.txt 而不是用 kiwi?假设我已经装好 所需要的库。

![screenshot-20240723-153321](https://github.com/user-attachments/assets/00e68abe-97ea-4c23-9449-26d36a1de318) As shown in the figure, the results of Stereo on the EuRoC MH_01_easy.bag dataset. ![screenshot-20240723-135303](https://github.com/user-attachments/assets/1f742808-32f1-4992-9405-d47997589529) As shown in the figure, the results of Stereo + IMU on the EuRoC...

I want to know how to integrate the IMU to improve accuracy? Thanks @zachteed @lahavlipson

![image](https://github.com/user-attachments/assets/39318efe-aaf3-4f4e-9164-ba94ff153b31) I checked the source code and I want to know: ![image](https://github.com/user-attachments/assets/38a59ad9-a09c-4015-8930-5edecf54cf4f) How is this reflected in the code? I can't find it. I found the code: ``` class SoftAgg(nn.Module):...