Francesco

Results 46 comments of Francesco

Hey Joseph! I agree it would be a great addition. I don't have much time these days to work on this kind of stuff unfortunately, but contributions in this direction...

Hi @amiltonwong , thank you for checking out our framework. Unfortunately we do not support python 3 at the moment. I don't know how long it would take to make...

@marcociccone can you review this when you have time?

Thank you again for investigating the issue with the zoom! Once https://github.com/fvisin/dataset_loaders/pull/18 is merged please rebase this PR so that the parts that don't have to do with GTA get...

Hey @david-vazquez any update on this? :)

Thank you for the PR! I will be traveling in the next 2 weeks, but I will try my best to look into it in a reasonable amount of time!

Hey Adri! Do you have time to close this PR? Merry Christmas BTW! :)

I was using Helios. You can almost certaintly reproduce it with this code (I'm using the same main loop, which is where the progressbar is called): https://github.com/fvisin/reseg Thank you for...

My suggestion is to try to stick to the typical Python syntax as much as possible: ``` [1 3] -> [1, 3] [1:6:2] -> ok Lin[1:6:5] -> Lin(1,6,5) Log[1:6:5] ->...