valentin-fngr
valentin-fngr
Hi, I just wanted to ask how you handle multi person as I cannot figure it out. I do understand that you have (N, nb_joint, H, W) output size. How...
Hi, Where is the list of packages to install ? If it is not available, why ? Thank you
Hi, Where can I find the pre trained weights please. Thank you
### The doc issue Hi, I am trying to fine tune BMN on my custom dataset. I know this has been mentioned already in the issues, but I could not...
Hello :] First of all, thank you very much for this awesome repository ! I would like to ask you a question about the calc_rpn function inside **data_generators.py** . This...
### Expected Behavior Hi, here is the simplest strategy code you can ever imagine : ``` class newStrategy(Strategy): def next(self): if not self.position: self.buy() assert self.position ``` I am not...