-
-
Hi~ I had trained and test py-R-FCN on GPU K80, before that I also did the same process with py-Faster-RCNN. However , the training and testing time of py-Faster-RCNN-VGG16 is almost close to the time…
-
I'm trying to generate a latent representation with different dimension.
I've changed the shape in generate_model.py but it is still trowing the error "ValueError: Dimension 1 in both shapes must be …
-
I used VGG19 trained for 160 epochs.
Then started pruning VGG19 with ratio
0.7,==> no of channels=0
0.2,==> no of channels=0
0.15=>no of channels>0, but accuracy is only 28%.
In readme.txt, th…
-
Hello, thank you for your work. I’m having a bit of difficulty using your sbir_baseline to reproduce the Siam.-VGG16 results from your paper when training and evaluating on FS-COCO for the FG-SBIR tas…
-
```
100%|██████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 80/80 [00:00
-
how to adapt encoder/fcn8_vgg.py to fcn16 and fcn32??
Thanks.
-
I have to wait for at least 1 hour to wait for train.I put the log below this.
**2024/10/31 23:44:53** - mmengine - INFO -
------------------------------------------------------------
System env…
-
A bunch of resources i'm trying to get into to explore image refinment:
An article by a guy from Let's Enhance about using VGG16: https://medium.com/lets-enhance-stories/content-and-style-loss-usin…
Clorr updated
6 years ago
-
I have 2 GPUs on my PC, each has 6G memory. I can train rbg's `py-faster-rcnn` project on one of them.But when I run `/faster_rcnn_pytorch/train.py` of this project , suddenly out of memory.
I ref…