-
System information (version)
OpenCV => 4.5.5
Operating System / Platform => Ubuntu 20.04 64bit
Compiler => gcc 9.4.0
cuda 11.2
cudnn 8.2.1
cmake -D CMAKE_BUILD_TYPE=RELEASE \
-D CMAKE_INSTAL…
-
### Problem
**Description**
BilateralInteractionConstraint doesn't work for me anymore when I upgraded to sofa v21.06.
**Steps to reproduce**
v21.06 builds well on my pc.
In the demo/caduceus…
-
## Is your feature request related to a problem? Please describe.
- Graph matching code is great as is if just following FAQ/SGM exactly
- I'd like to generalize the code to a few very similar but d…
-
##### System information (version)
- OpenCV => 4.5.0
- Operating System / Platform => Linux for Tegra, Nvidia Jetson AGX Xavier
- Compiler => gcc7
##### Detailed description
I get a segme…
-
你好,一直在关注VOLDOL的工作,感谢你的分享!!!
有两个问题想要咨询一下:
1. 输入的光流是否需要进行固定形式的处理?(测试的VOLDOR 对光流的敏感度感觉有点高??)
我是在demo data 上进行测试,利用其中的img图片,选取[PWC-Net]框架进行光流预测,将光流结果.flo输入进VOLDOR,由于PWC-Net输出的光流是原图片尺寸(1242 …
-
### System Information
// example for c++ user
OpenCV version: 4.6.0 and 4.7.0
Operating System / Platform: Windows 11
Compiler & compiler version: Visual Studio 17 2022
### Detailed descript…
-
### System Information
When compiling opencv4.5.5, I find that the objdetect module is not compiled.
The libopencv_objdetect.so and libopencv_objdetect4.5.so files are not found in the lib directo…
-
import torch
class CNNCRF(torch.nn.Module):
"""
Simple CNN-CRF model
"""
def __init__(self, cnn, crf):
super().__init__()
self.cnn = cnn
self.crf = …
-
Thanks for sharing the great work.
I've some question regarding the `self.crf(x, logits)` usage from your tutorial code.
Does `x` is a normalized image tensors? Or should it be in a range of 0-2…
-
## Description
I have a problem while importing `skimage` filters on Windows and Python 3.6
Somehow it passes with the same packages for Python 3.5. and 3.7 as you can see: https://ci.appveyor.co…
Borda updated
2 years ago