TRN-pytorch icon indicating copy to clipboard operation
TRN-pytorch copied to clipboard

Hi,is there some code can be comments

Open mshmoon opened this issue 6 years ago • 0 comments

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]

mshmoon avatar Apr 18 '19 03:04 mshmoon