-
ValueError: Expected more than 1 value per channel when training, got input size torch.Size([1, 256, 1, 1])
When I change the "SSD" to "DSOD", the error occured. Could you tell me how could I sol…
-
Not necessarily an issue, but the mAP I got from DSOD512 training on VOC 07+12 and testing on 07 was quite low, approximately 0.13.
Only thing I really changed was using Adam instead of AdamAccumul…
-
# DSOD: Learning Deeply Supervised Object Detectors from Scratch #
- Author: Zhiqiang Shen, Zhuang Liu, Jianguo Li, Yu-Gang Jiang, Yurong Chen, Xiangyang Xue
- Origin: https://arxiv.org/abs/1708.0…
-
I think peleenet is similar to DSOD, how about peleeNet training from scratch, does it work???
I appreciate it if you can give me some advices!!!
Thank u!!!
-
I want to use TensorFlow to implement this DSOS, I try to write, but some mistakes. So are there any TensorFlow versions?
Thanks
-
SOD and PSSOD and Role have not been separated into .h and .cpp
Edit: DSOD and Location are not separated either
-
Thanks for your work, I works on tx2.But I think the inference time is not normal,MobileNetV1-ssd can run 38pfs on Jetson TX2,Tiny-DSOD only 14fps.
Is it wrong with my operation?
Thanks
-
I have trained a mobilenet based ssd from scratch using `trainval set in VOC2007/2012`. Now it has an mAP at 0.425539 and seems hard to make large improvement. It might be limited without a pretrained…
-
Hi,
I would like to learn from my own dataset composed of only gray level images. Could you tell me how I could adapt DSOD to work using only 1 channel. Thanks !!!
-
Hi, @szq0214:
I only have two GTX 1080 GPUs. I want to reproduce you GRP-DSOD. When I change the batch_size and accum_batch_size to 6 and 30, the mAP is just 63%. What I should do to get the results …