kaylode / vehicle-counting

Vehicle counting using Pytorch
MIT License
95 stars 32 forks source link

main file #19

Closed 123454xiao closed 2 years ago

123454xiao commented 2 years ago

where is the main file?????

kaylode commented 2 years ago

Hi, what do you mean by that ?

123454xiao commented 2 years ago

In the first step,It request me "cd main", but when I into the code ,there is no file callled "main' in the code ,I do not know Which code should copy? thank you

kaylode commented 2 years ago

Well, cd is a Linux command for changing the current working directory in Linux. In the colab notebook, I cloned the project and renamed the folder main. Therefore cd main means to use the the main folder as the working directory.