hasanirtiza / Pedestron

[Pedestron] Generalizable Pedestrian Detection: The Elephant In The Room. @ CVPR2021
https://openaccess.thecvf.com/content/CVPR2021/papers/Hasan_Generalizable_Pedestrian_Detection_The_Elephant_in_the_Room_CVPR_2021_paper.pdf
Apache License 2.0
682 stars 159 forks source link

Cell outputs disappear in Colab #128

Closed 123dddd closed 2 years ago

123dddd commented 2 years ago

Hi, thanks for the great paper and repo! When I ran the train code in Colab, I found the cell outputs for train in Colab are disappear as below: image Until now the code is running about 1h but still no outputs displayed, did I miss something? Any suggestions will be appropriated, Thanks!

hasanirtiza commented 2 years ago

I have never tried to launch Pedestron training script using Colab. Couple of considerations, why are you running your script like conda run python instead of simply python tools/train.py.(I am not a colab user, so potentially it could be my bad.) Secondly, did you try to run simply from the terminal, just to be sure.

123dddd commented 2 years ago

Thanks for your reply! I followed this PedestronColab.ipynb that creates a Conda environment to set up the environment for Pedestron. And I will try to run the script from the terminal later : ) Thanks for your suggestions!