-
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
…
-
![image](https://user-images.githubusercontent.com/67103130/149910222-1419468b-4e1e-4039-ad38-a77767e96f70.png)
![image](https://user-images.githubusercontent.com/67103130/150452423-a8e587c8-fcb5-4d2…
jl749 updated
2 years ago
-
Error in `Trainer.train() `
`RuntimeError: stack expects each tensor to be equal size, but got [3, 200, 257] at entry 0 and [3, 200, 341] at entry 2`
When using set of image that contain different k…
-
您好,我在调试fpn.py中的FPN类中遇到问题:请问变量img_metas的格式是什么?如果您能分享您的原始数据,我将十分感谢!992202340@qq.com
def forward(self, inputs, img_metas):
"""Forward function."""
assert len(inputs) == len(self.in_cha…
-
I'm work on the source code of Mask_RCNN and I find something interesting.
Code:
```
print(config.RPN_ANCHOR_SCALES)
print(config.RPN_ANCHOR_RATIOS)
print(config.BACKBONE_SHAPES)
print(config.BA…
-
This [issue202](https://github.com/fizyr/keras-retinanet/issues/202) is facing a similar problem. There, he/she suggested to up sample the input image, which doesn't seem reasonable to me.
My solut…
-
Hi,
I'm trying to run the demo code and I followed all the step that you mentioned in the Markdown. But I keep on getting this error
```
python demo_rh.py --src_folder='/content/drive/My Drive/R…
-
# CornerNet: Detecting Objects as Paired Keypoints #
- Author: Hei Law, Jia Deng
- Origin: https://arxiv.org/abs/1808.01244
- Related:
- https://github.com/princeton-vl/CornerNet
- [demo …
-
## DeepCrack: A Deep Hierarchical Feature Learning Architecture for Crack Segmentation
We established a public benchmark dataset with cracks in multiple scales and scenes to evaluate the crack dete…
-
Is your model multi scale ? And if so how does that work exactly ?
Any helpful links for that would be very much appreciated