yindaz / DeepCompletionRelease

Deep Depth Completion of a Single RGB-D Image
http://deepcompletion.cs.princeton.edu/
563 stars 141 forks source link

Epoch #26

Open NJU-Jet opened 5 years ago

NJU-Jet commented 5 years ago

DeepCompletionRelease/torch/BatchIterator.lua: in function BatchIterator:nextEntry(set) .... self[set].i = self[set].i + 1 ... I think this will make the variable "i" always be 1, from second epoch. Should I change this line to: self[set].i = i + 1

Thank you!

fuyi02 commented 3 years ago

hi, Do you have datasets which provided by the author? I try to email the author, but I don't get any reply, Do you know how to contact the author?

caipeiii commented 1 year ago

DeepCompletionRelease/torch/BatchIterator.lua: in function BatchIterator:nextEntry(set) .... self[set].i = self[set].i + 1 ... I think this will make the variable "i" always be 1, from second epoch. Should I change this line to: self[set].i = i + 1

Thank you!

Hi, do you have the original code and dataset? I have tried to email the author but get no reply. If you have, could you please send me the code and the dataset?