-
我们在做一些弱监督语义分割 + CAM的工作, 但是很多项目只提供了原始CAM的seed.
因为LayerCAM明显优于其他CAM方法, 所以想用LayerCAM 替换原始CAM, 请问能提供在PASCAL VOC上训练的VGG16的模型和参数吗
我的邮箱是 mw_tang@126.com
多谢
-
parameter& Dataset :
* Dataset : Sejong University building( in Seoul ) Image Dataset
* input image size : ( 128,128,3 )
* base model : VGG16( pretrained weights : 'imagenet')
* netVLAD clusterin…
-
Succeeded in building fast rcnn, and try to run
./tools/demo.py --cpu
and saw the following error:
...
I0303 22:03:36.889040 3110 net.cpp:217] Network initialization done.
I0303 22:03:36.88904…
ghost updated
7 years ago
-
Can the model reach the values given in the paper with backbone network is MobileNet, VGG16, Inception-V2 respectively. And according to my experiments, It can not. So I wonder if there something wron…
-
help me, pls
```
bafs@bafs-xavier:~/Saliency/cvpr2019_Pyramid-Feature-Attention-Network-for-Saliency-detection$ python3 train.py --train_file=train_pair.txt --model_weights=model/vgg16_no_top.h5
…
-
I had a problem using the optimizer for the resnet101 model.
Following the README, the following commands were executed sequentially.
> python optimizer_graph_hierarchical.py \
> -f ../profiler/…
-
@eragonruan hi
有个疑问就是,得到VGG16的卷基层(Conv5)后,是怎么把数据丢入到BLSTM的?
TensorFlow的实现,对这个Conv5又做了一次卷积,
而论文coffee版本实现,只用了img2col+Transpose, 这是我不能理解的。
根据我对论文的理解,是直接从Conv5截取大小为3x3xC(这里C是512)的数据 然后再做img2col+Transp…
-
when i try to import
`from vis.modifiers import Jitteren`
i got an import error:
`ModuleNotFoundError: No module named 'vis.modifiers'`
i install it through source
-
I converted the checkpoint of VGG16 and VGG19 checkpoints into pb files. Afterward, I ran inference using the vgg_preprocessing on ORG imageNet images. The top-1 accuracy results do not match the give…
-
we can easily access pytorch pre-trained model like VGG, AlexNet and SqueezeNet by
import torchvision
torchvision.models.vgg16(pretrained=True)
can anyone point out what's the relation…
imkzh updated
5 years ago