Redzhep Mehmedov Redzhebov
Redzhep Mehmedov Redzhebov
`nb_return_frame = np.floor(self.ratio * len(clip))` numpy floor return a value in float64 and linspace function doesn't support float to integer conversion. `nb_return_frame = int(np.floor(self.ratio * len(clip)))` I tried to run...
Hello thank you for great work. I have a dataset which contains 70k image and similarity database creation phase working so slow. I need to wait almost 323 days to...
I am working on Tensorflow implementation of W-Net and I have a problem with the Mini-Batch Loss computation of Soft Normalized Cut Loss. Could you explain that part?. I think...
Hi everyone, As a professional who has worked with a few RL frameworks in the past, I can confidently say that this is one of the cleanest, most user-friendly, and...