Hyunsu Jeong

Results 6 issues of 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 ![1](https://user-images.githubusercontent.com/31752297/39766525-7c198416-531f-11e8-8138-4d7d171f1315.png) But, when I loaded imdir:002, I couldn't bring jpg files into GUI program('main.py') ![2](https://user-images.githubusercontent.com/31752297/39766549-86c2107c-531f-11e8-92eb-785ee9cc2c95.png) Also, I uploaded main.txt...

![image](https://user-images.githubusercontent.com/31752297/77723895-05235280-7035-11ea-93b2-5e60bee81fff.png) I can't run because of above error message. (I'm using GPU)