youngwanLEE / centermask2

[CVPR 2020] CenterMask : Real-time Anchor-Free Instance Segmentation
Other
778 stars 159 forks source link

total_loss: 0.6 Bad results #21

Closed ghost closed 4 years ago

ghost commented 4 years ago

@youngwanLEE

How to reproduce:

Both v19 and v39 get bad results, and won't decline further below ~total_loss: 0.6

Samples inference_2 inference_0 inference_2

youngwanLEE commented 4 years ago

@deepseek

How many GPUs did you use?

It seems that your results are trained on the custom dataset.

We can guess what the problem is.

  1. dataset

    • Is the number of samples enough?
    • Is there a balance between classes?
  2. training environment

    • appropriate hyper-parameters setting according to the number of GPUs : e.g., batch size and learning rate, learning schedule, etc.

It is recommended that you should search for your optimal training setting by referring to the above mentions.

ghost commented 4 years ago

@youngwanLEE

ghost commented 4 years ago

Centermask2 still needs further improvement

Adam1904 commented 1 year ago

Did you find a solution? I'm also using 1 GPU.