-
How did the Kitti dataset run on the optical flow model and what is the specific configuration? How to prepare the training and testing sets?
-
> Great Job! I am getting this following error while executing 'python setup.py install --user' in 'correlation_package' folder.
running install
running bdist_egg
running egg_info
writing correl…
-
Line 294 of the file "trainer.py" unpacks input, target, and index from the val_loader_target. Could you explain or give an example of what the index indicates? Because generally we always unpack just…
-
Hi, can you upload the training set you used on github?
-
老哥你好- - 我在做表情迁移的任务,其中一个步骤要提取表情特征,之前我一直在用AU作为表情特征,但是看到这篇文章(https://github.com/AmirSh15/FECNet) 我发现还是用神经网络直接提取一个向量作为表情特征比较好, 我目前打算用你的CVPR2020那篇文章把网络中间层拿出来做为特征试一下,但是毕竟是表情识别的任务,不能像AU一样可以控制表情的范围,所以你有没有…
-
@hlei-ziyan thanks for open sourcing the wonderfull work , i had few queries
Q1 have you trained the architecture on the available other dataset like semanttic Kitti and 3D dataset
Q2 If not trained…
-
### Backbone
* EfficientNet
* https://github.com/zhanghang1989/ResNeSt
### Pre-trained model
* better pre-trained model than ImageNet-1.2M pre-trained model
- Weakly supervised Instagram-1G (…
-
### Feature request / Suggestion
Currently, we use the executables from AliceVision Meshroom (and COLMAP for Gaussian Splatting) to perform all the photogrammetry steps, including feature extraction …
JeS24 updated
6 months ago
-
## 一言でいうと
従来のCNNのような複雑なアーキテクチャを利用せず,CNNの基本的な畳み込み特徴変換プロセスを、モデルアーキテクチャをチューニングせずに改善することを検討
新しい自己校正畳み込みを提示する
### 論文リンク
http://openaccess.thecvf.com/content_CVPR_2020/papers/Liu_Improving_Convolutional…
-
The fact that we have clips that don't span any proposal is related to the way we map both here:
https://github.com/escorciav/moments-retrieval/blob/69e4dc05f87e740b834e350061d90c55b070fce8/corpus.…