researchmm / TracKit

[ECCV'20] Ocean: Object-aware Anchor-Free Tracking
MIT License
613 stars 97 forks source link

Testing and training stuck problem #48

Closed kasuo511 closed 3 years ago

kasuo511 commented 4 years ago

Hi, Zhipeng When I test the tracker or train it, the program always stuck or jumped out. Could you pls help me with it? when python tracking/test_ocean.py --arch Ocean --resume snapshot/OceanV.pth --dataset VOT2019:

segmentation

It just jumps out and does nothing.

when python tracking/onekey.py or python ./tracking/train_ocean.py --cfg experiments/train/Ocean.yaml --gpus 0 --workers 32 2>&1 | tee logs/Ocean_train.log:

stuck in train

It stuck and does not work.

the GPU status for a long time:

GPU state

JudasDie commented 4 years ago

Hi, Zhipeng When I test the tracker or train it, the program always stuck or jumped out. Could you pls help me with it? when python tracking/test_ocean.py --arch Ocean --resume snapshot/OceanV.pth --dataset VOT2019:

segmentation

It just jumps out and does nothing.

when python tracking/onekey.py or python ./tracking/train_ocean.py --cfg experiments/train/Ocean.yaml --gpus 0 --workers 32 2>&1 | tee logs/Ocean_train.log:

stuck in train

It stuck and does not work.

the GPU status for a long time:

GPU state

Hi, for testing, it seems that there are some errors in you env or machine, and for training, pls try to decrease the number of workers.