Unresolved reference 'OUT_DIR'
justanewcomer233 opened this issue · 3 comments
justanewcomer233 commented
hi,author,thanks for your job first.I noticed a small problem while looking at the code
'save_dir = os.path.join(OUT_DIR, video_name)' in run_fol_for_AD.py,PyCharm prompts Unresolved reference 'OUT_DIR'.I don't know what the problem is.Please help me.
justanewcomer233 commented
And in eval_utils.py : traj = bbox[:,:2], pycharm prompt Unresolved reference 'bbox'
MoonBlvd commented
Hi @justanewcomer233 , thank you for your interest in our work.
- you can indicate OUT_DIR to be whatever directory you want to save your output at the begining of this file.
- sorry for the confusion, this function should not be used in the code so you can ignore it.
justanewcomer233 commented
thanks for your answer