locating-objects-without-bboxes icon indicating copy to clipboard operation
locating-objects-without-bboxes copied to clipboard

Training epoch to get

Open futurianh1k opened this issue 4 years ago • 0 comments

Hi, I have been training with mall dataset, This is the command I used, python -m object-locator.train --train-dir ./object-locator/dataset/mall_dataset/frames/ \ --batch-size 32
--lr 1e-3 --optim Adam
--resume ./model_08.ckpt --visdom-server localhost --visdom-port 8097
--val-dir auto
--epochs 1000000 \ --nThreads 4 \ --val-freq 10 -
-max-mask-pts 100
--paint

Could you please show me your train command, to get your achievement of getting head position? especially validation frequency and epoch setting.

futurianh1k avatar Jul 01 '20 00:07 futurianh1k