Closed Meow-2 closed 1 year ago
What's your training image size? 256*256 or original size?
What's your training image size? 256*256 or original size?
original size, 640*480
For that size, I recommend using the --win_size 10 --train_ps 320
or --win_size 10 --train_ps 240
. If train_ps
is larger, the performance would be better.
Thank you, it works well now.
dataset: AISTD command:
python train.py --warmup --win_size 8 --train_ps 256
How can I fix it?