Chun-Ming Tsai

Results 7 comments of Chun-Ming Tsai

I have changed network size to 608x608, classes = 40, and filters = 135 (in each conv. layer before yolo), random = 1. I have used csresnext50-panet-spp.cfg and csresnext50c.conv.80 to...

@WongKinYiu Hello, 3Q very much for your response! How to obtain csresnext50.conv.80?

I use mmdetection master version. However, it produce above-mentioned problem. I use https://github.com/open-mmlab/mmdetection/pull/2404 : Rename imgs_per_gpu to samples_per_gpu to rename. However, it produce as follows: python tools/test.py configs/D2Det/D2Det_instance_r101_fpn_2x.py checkpoints/D2Det-instance-res101.pth --show...

Hi, JialeCao. I try to download your D2Det code again. And execute python tools/test.py configs/D2Det/D2Det_instance_r101_fpn_2x.py checkpoints/D2Det-instance-res101.pth --show Traceback (most recent call last): File "tools/test.py", line 9, in from mmdet.apis import...

Hi, JialeCao, I have compiled this project which follows https://github.com/JialeCao001/D2Det/blob/master/docs/INSTALL.md. However, when run python tools/test.py configs/D2Det/D2Det_instance_r101_fpn_2x.py checkpoints/D2Det-instance-res101.pth --show Traceback (most recent call last): File "tools/test.py", line 9, in from mmdet.apis...

My steps are described as follows: 1. Download your code from https://github.com/JialeCao001/D2Det. 2. (open-mmlab) user@gpu:~/2TB/D2Det$ pip install -r requirements/build.txt 3. (open-mmlab) user@gpu:~/2TB/D2Det$ pip install "git+https://github.com/open-mmlab/cocoapi.git#subdirectory=pycocotools" 4. (open-mmlab) user@gpu:~/2TB/D2Det$ pip install...