prob=0.1, switch_prob=0.5, mode='batch', label_smoothing=0.1, num_classes=12) crite...
This repository has been archived by the owner on Aug 29, 2023. It is now read-only. Closed Description Keiku Keiku commentedon Aug 8, 2021 Keiku The version of detectron2 seems to be fine. Is there anything else wrong? ⋊> ~/l/c/Study-MaskFormer on develop ⨯ pip list | grep...
the 150 categories, there are 35 stuff classes (i.e., wall, sky, road) and 115 discrete object classes (i.e., car, person, ta- ble). The annotated pixels of the 150 classes occupy 92.75% of all the pixels of the dataset, where the stuff classes occupy 60.92%, and discrete object...
新增格式转化脚本makedata.py,插入代码: import glob import os import shutil image_list=glob.glob('data1/*/*.png') print(image_list) file_dir='data' if os.path.exists(file_dir): print('true') #os.rmdir(file_dir) shutil.rmtree(file_dir)#删除再建立 os.makedirs(file_dir) else: os.ma...