-
https://github.com/bubbliiiing/pspnet-pytorch/blob/f4aba6143a42b3f8c6dfdbe7a0858410227b1a29/nets/resnet.py#L64
这里的卷积核大小是3,但是unet那个repository里的resnet50卷积核大小是7?
https://github.com/bubbliiiing/unet-pyt…
-
Greetings!
## 🚀 Features
- Deep Mask heads Above R-CNN (**Deep MARC**)
- Hourglass
- SpineNet backbone
A significant improvement to Mask R-CNN recently by bringing insights from G…
-
When I run the following line:
CUDA_VISIBLE_DEVICES=0,1,2,3 python train.py --backbone resnet --lr 0.007 --workers 4 --epochs 50 --batch-size 16 --gpu-ids 0,1,2,3 --checkname deeplab-resnet --eval-…
-
I want to translate ResNet-152 into caffe2. However, I get this error:
```
KeyError: 'No translator registered for layer: name: "bn_conv1"\ntype: "BatchNorm"\nbottom: "conv1"\ntop: "conv1"\nbatch_no…
KeyKy updated
7 years ago
-
Hi,
I am using ResNet for infer on video file with this given command and it is working well.
python2 tools/infer_vid.py
--cfg configs/DensePose_ResNet101_FPN_s1x-e2e.yaml
--out…
-
### 1. System information
Ubuntu 18.04
pip3 install tensorflow-gpu==2.2.0
pip3 install tensorflow-addons==0.10.0
onnx == 1.7.0
onnx model link (https://github.com/onnx/models/blob/master/visi…
-
Hi, thanks for your share of repo. When I run the train1.py ,the output of the paraof the parameters of the pretrained model and 'fast_rcnn_loc_loss' , 'fast_rcnn_loc_rotate_loss' are zero all the t…
-
Thanks for your great works : )
As mentioned in your UFO^2 paper, ResNet-50 model perform relative well on COCO wsod task (ECCV paper P11 Table 3.). But the cfg file of ResNet-50 model seems not ap…
-
## Bug Description
TensorRT engine produces error when ran on Jetson for [fcn_resnet](https://pytorch.org/hub/pytorch_vision_fcn_resnet101/) model. However, it does not produce error when ran on d…
-
Hi,
I have been trying to replicate your results and I was able to do so with the Resnet-100 backbone on the glint360k dataset but not with the Resnet-50 backbone. This makes me wonder if you have…