kunming luo

Results 14 comments of kunming luo

Hi I got an error when processing my data. I guess when the table has multiple rows, this code may not work. `ValueError: The truth value of a Series is...

@wpfhtl I met the same problem. And could you please share your solution?

> I have not solved this problem yet. I have solved this problem several days ago. For 2015 benchmark, you should compress a folder named flow, which contains all the...

> Hi > > I've made a docker file that contains all of your code and dependencies. > > ``` > docker pull fremmen/tf-lift > ``` hello,thanks for your docker,...

> > Hi > > I've made a docker file that contains all of your code and dependencies. > > ``` > > docker pull fremmen/tf-lift > > ``` >...

` class Sys_command(): class Clock(): def __init__(self): self.st = 0 self.en = 0 def start(self): self.reset() self.st = time.time() def reset(self): self.st = 0 self.en = 0 def end(self): self.en...

> @coolbeam hey coolbeam, I am working on Lift now. Could you please send me the script you refered so that I can get both keypoints and descriptors in one...

> Sorry, I don't know how to do this. Maybe you should refer to the document of 'cupy'.

Could you try running this code on a machine with larger GPU memory more than 8G?

> "感觉是数据集出现了问题,但是我不知道哪里出了问题?" Reply: Could you please provide more specific error information regarding this issue? I'm not sure how to address it at the moment.