Jia-Baos

Results 3 issues of Jia-Baos

This is the config file: # >>>>>>>>>>>>>>>>>>>>> Start of Changed >>>>>>>>>>>>>>>>>>>>>>>>> _base_ = [ '../_base_/models/mae_vit-base-p16.py', # '../_base_/datasets/cifar.py', '../_base_/schedules/adamw_coslr-200e_in1k.py', '../_base_/default_runtime.py', ] # dataset settings #data_root = 'data/cifar' #file_client_args = dict(backend='disk') data_source...

RICInterpolator error: error appeares when using the gray image as input ##### System information (version) - OpenCV = 4.6.0 - Operating System / Platform = Windows 64 Bit - Compiler...

category: ximgproc

// queue.rs // 队列 #[derive(Debug)] struct Queue { cap: usize, // 容量 data: Vec, // 数据容器 } impl Queue { fn new(size: usize) -> Self { Queue { cap: size,...