hustvl / MapTR

[ICLR'23 Spotlight & IJCV'24] MapTR: Structured Modeling and Learning for Online Vectorized HD Map Construction
MIT License
1.08k stars 163 forks source link

Setuptools workaround gives another problem for tensorboard #181

Closed BatyrM closed 1 month ago

BatyrM commented 2 months ago

When running training script, python tools/train.py projects/configs/maptr/maptr_tiny_r50_24e.py, gives the following error: Screenshot from 2024-08-05 13-02-36 Then, when searching from the web, people say to downgrade setuptools to 59.5.0 with pip install setuptools==59.5.0 But after downgrading, tensorboard has some mismatches: Screenshot from 2024-08-05 13-04-35 After this, I anyway tried the training with python tools/train.py projects/configs/maptr/maptr_tiny_r50_24e.py, and had this error: Screenshot from 2024-08-05 13-35-11

BatyrM commented 1 month ago

The problem was solved after installing individual packages highlighted in red needed for tensorboard: absl-py, grpci, etc.