-
## 論文リンク
https://arxiv.org/abs/1705.09368
## 公開日(yyyy/mm/dd)
2017/05/25
## 概要
GANを使った画像生成に関して、condition image と 18 個の点で表現される target pose を input にして、condition image に対して target pose を取らせているよう…
-
I downloaded the raw caffemodel from http://dl.caffe.berkeleyvision.org/bvlc_reference_caffenet.caffemodel and modified the data paths and then trained it using the provided config prototxt file (solv…
-
Hi, I am new to deep learning, and thus may not understand your paper fully, hope is all right with you. I tried to implement the batch_hard using Inception_resnet_v1 and trained from scratch using ma…
cptay updated
7 years ago
-
Hi all,
To make it easier to set a Dynamic ESS system up, we'd like to have a predefined list of formulas. Can you help us by sharing your formula? These are the fields we need to know:
- Countr…
-
作者您好,viper-market,我得到的结果是,视觉分类rank1:0.256,融合rank:0.565,但是一次迭代后,反而只有分类器rank1:0.011,融合rank1:0.112,不知道有可能在哪里出了错,会有这样的结果?
-
Would it be possible to train using a completely new set of data? Why is it necessary to download a pre-trained model for training?
-
Hey guys,
I want to know how can I use this to track trucks in a video. Should I replace this CNN with a CNN trained to detect trucks or re-train the CNN for trucks?
Let me know
-
hi. thanks for your great work. how can I use this code for another person dataset to generate persons in new poses? for example "Market1501" dataset. that is the dataset using for person re-identific…
-
### Describe the issue:
I have a project that uses both foundry and hardhat. Slither throws an error whenever I run it `slither .`
I have already upgraded slither with `using python3 -m pip inst…
-
I can use tracking by my .t7 . In the same time,I also want to use my own weights which is trained with yolov3-spp.cfg and pytorch.I have tried to using the convert() in the model.py to convert .pt …