zhoubolei / TRN-pytorch

Temporal Relation Networks
http://relation.csail.mit.edu/
Other
787 stars 190 forks source link

Hi,is there some code can be comments #53

Open mshmoon opened 5 years ago

mshmoon commented 5 years ago

Thank you for you present your code. Recently,I am studing your code. I have a question. Can I comment these code?

while not os.path.exists(os.path.join(self.root_path, record.path, self.image_tmpl.format(1))): print(os.path.join(self.root_path, record.path, self.image_tmpl.format(1))) index = np.random.randint(len(self.video_list)) record = self.video_list[index]