crowd_counting_tensorflow
crowd_counting_tensorflow copied to clipboard
running in google colab.
NameError Traceback (most recent call last)
/content/drive/My Drive/Colab_Notebooks/crowd_counting_tensorflow-master/src/utils.py in create_session(log_dir, session_id) 121 folder_path = os.path.join(log_dir, 'session:'+str(session_id)) 122 if os.path.exists(folder_path): --> 123 print ('Session already taken. Please select a different session id.') 124 sys.exit() 125 else:
NameError: name 'logdir' is not defined
This is an error I am getting on running the code. Could you please help? I am new