ssds.pytorch icon indicating copy to clipboard operation
ssds.pytorch copied to clipboard

[Question] What is "Free Image Size" ?

Open gachiemchiep opened this issue 6 years ago • 5 comments

Hello @ShuangXieIrene and @foreverYoungGitHub .

Thank you for your great contribution.

As the title said, what is "Free Image Size" ?

In the .cfg file, there are several settings as below. If i want to change the IMAGE_SIZE: [300, 300] to IMAGE_SIZE: [512, 512], then do i have to change the other parameters as well ? If that's so, how can i change those ?

MODEL:
  SSDS: ssd
  NETS: resnet_50
  IMAGE_SIZE: [300, 300]
  NUM_CLASSES: 21
  FEATURE_LAYER: [[10, 16, 'S', 'S', '', ''], [512, 1024, 512, 256, 256, 256]]
  STEPS: [[8, 8], [16, 16], [32, 32], [64, 64], [100, 100], [300, 300]]
  SIZES: [[30, 30], [60, 60], [111, 111], [162, 162], [213, 213], [264, 264], [315, 315]]
  ASPECT_RATIOS: [[1, 2, 3], [1, 2, 3], [1, 2, 3], [1, 2, 3], [1, 2], [1, 2]]

Thank you for your time

gachiemchiep avatar Jul 20 '18 07:07 gachiemchiep

Firstly thank you for this, but there's something wrong with your description, it's feature "Free Image Size" definitely can't work. hope to fix earlier......

ZLeopard avatar Jul 24 '18 07:07 ZLeopard

@ZLeopard

So did you mean that currently "Free Image Size" feature does not work as the description ???

gachiemchiep avatar Jul 25 '18 00:07 gachiemchiep

i think so , the parameter of "STEPS" and "SIZE" is related to the input size of 300, so you know what i mean~~~

ZLeopard avatar Jul 25 '18 01:07 ZLeopard

@ZLeopard

I will go deeper into the source and look for further information

gachiemchiep avatar Jul 25 '18 05:07 gachiemchiep

你好@ShuangXieIrene和@foreverYoungGitHub 。

谢谢你的贡献。

正如标题所说,什么是“免费图像尺寸”?

在.cfg文件中,有以下几种设置。如果我想将IMAGE_SIZE:[300,300]更改为IMAGE_SIZE:[512,512],那么我是否还必须更改其他参数?如果是这样,我怎么能改变那些?

MODEL:
  SSDS: ssd
  NETS: resnet_50
  IMAGE_SIZE: [300, 300]
  NUM_CLASSES: 21
  FEATURE_LAYER: [[10, 16, 'S', 'S', '', ''], [512, 1024, 512, 256, 256, 256]]
  STEPS: [[8, 8], [16, 16], [32, 32], [64, 64], [100, 100], [300, 300]]
  SIZES: [[30, 30], [60, 60], [111, 111], [162, 162], [213, 213], [264, 264], [315, 315]]
  ASPECT_RATIOS: [[1, 2, 3], [1, 2, 3], [1, 2, 3], [1, 2, 3], [1, 2], [1, 2]]

感谢您的时间

@foreverYoungGitHub hi,Have you succeeded? can you tell me how to do? thanks very much

Damon2019 avatar Sep 16 '19 12:09 Damon2019