hx173149 / C3D-tensorflow

C3D is a modified version of BVLC tensorflow to support 3D ConvNets.
MIT License
587 stars 265 forks source link

question about "Random_clip_valid.py" #50

Open PatrickGPH opened 6 years ago

PatrickGPH commented 6 years ago

i'm reading your code, but the line174 for i in tqdm(range(int(3783 / self.batch_size))): i don't understand the meaning of '3783', hope for your reply! Any help much appreciate!~

binhhoangtieu commented 6 years ago

This is number of test samples, you can see this in the ./list/test.list (number of lines). The same with 9537 in line 40. Hope this helps