Hyunsu Jeong
Hyunsu Jeong
Does this model support gray-scale (1D) training ? To train gray scale training images, I add "c_dim" parameter on train code like below rdn = RDN(arch_params={'C':6, 'D':20, 'G':64, 'G0':64, 'x':scale},...
I followed "Tracking only" 1~6 step. and Matlab gave me this message "dist: 32.25 overlap: 60.94 fps: 32.0" when I ran 'run_cfnet1_evaluation' with 'tc_Airport_ce' dataset. I expected the result show...
Hi, I have two questions about anisotropic code. ``` has_aniso_spacing = target[worst_spacing_axis] > (self.anisotropy_threshold * max(other_spacings)) has_aniso_voxels = target_size[worst_spacing_axis] * self.anisotropy_threshold < min(other_sizes) ``` Q1. Paper mentioned that "For anisotropic...
When I draw a bounding box in main.py, the ROI the boudning box applied is a little small. I just wanna increase the loaded image size for more accurate bounding...
As you can see below, I succeeded to label in imdir:001  But, when I loaded imdir:002, I couldn't bring jpg files into GUI program('main.py')  Also, I uploaded main.txt...
 I can't run because of above error message. (I'm using GPU)