timmeinhardt / trackformer

Implementation of "TrackFormer: Multi-Object Tracking with Transformers”. [Conference on Computer Vision and Pattern Recognition (CVPR), 2022]
https://arxiv.org/abs/2101.02702
Apache License 2.0
487 stars 113 forks source link

cannot allocate memory #104

Open jer1ry opened 1 year ago

jer1ry commented 1 year ago

When I use this command python src/train.py with \crowdhuman \deformable \multi_frame \tracking\output_dir=models/crowdhuman_deformable_multi_frame\ , an error occurred during training: OSerror: cannot allocate memory.

imzhangyd commented 5 months ago

@jer1ry Hi, I also met this problem after training about 10 epochs. Have you solved it? @timmeinhardt Could you please help me with it?

timmeinhardt commented 5 months ago

This looks like an error not specific to this repository. Please check if your setup is working!