ShiMinghao0208
ShiMinghao0208
How can I get the pretrained weight? I want to add some structure to vit,then finetune and observe the result
DATA: data_root: dataset/voc2012 train_list: dataset/voc2012/list/train_aug.txt val_list: dataset/voc2012/list/val.txt i couldn't find these txt files ,i download ade20k and voc2012. And i don't know how to put the dataset dir. 
About matrix,the l1 norm is caculate the max column norm. So do we think of FS as a matrix? How to understand the l1 norm here? And the l2norm ,...
   2020.11.5 
How to convert the label to voc form? Or,how should I use the label, is there any demo or code example?
请问一下大佬,如果训练自己的数据集,是不是dataloader返回的jpg和png就够用了,labels是针对voc数据集的白边的,再用diceloss的时候把参数里的label换成png?
 这个应该如何解决呢