-
Can you add SuperPoint and superglue features with ncnn library for more stable navigation in changing light conditions?
-
Hi @pkuCactus
I'm just read your paper. Your idea is very interesting and shows a very good performance. However, when I try to use your dataset, I saw you use different learning rates for each laye…
-
Hi, I am getting weird output images on warping the right image with disparity map obtained from pre-trained model. I learnt from the code that disparity map is with respect to left image, hence I tri…
-
adaptor.load_state_dict(torch.load(args.load_path)['net']) should it be changed to adaptor.load_state_dict(torch.load(args.load_path)['fa_net']) ?
-
Hi,
i tried to running your coding but this error raised. I searched everywhere but cannot find an useful solution. I'm a fish, please help me with it. Thanks a lot. Since it's a memory issue, I…
-
[INFO] ===== extract audio from data/raw/videos/May.mp4 to data/processed/videos/May/aud.wav =====
ffmpeg version 4.2.2 Copyright (c) 2000-2019 the FFmpeg developers
built with gcc 7.3.0 (crosstoo…
-
Hi everyone!
We stumbled upon your website today and love this project. So we make an open-source 'spatial AI' camera called DepthAI. We'd really like to integrate it with opendatacam so that ope…
-
Hello, I've uploaded my code for training RAFT-Stereo with NeRF supervision: https://github.com/husheng12345/Unofficial-NeRF-Supervised-Deep-Stereo.
Despite my best efforts to replicate the experimen…
-
When two Airplay speakers have been joined into a stereo pair, they still show up as two individual speakers. While playback of stereo streams seem to be working starting with audioOS 15.4 (see #1291)…
ma-ku updated
2 years ago
-
Transforms may be able to introduce large changes in frame size (decrease or increase).
It seems interesting to understand how to handle these cases.
I can see different variations of these cases:…