Pradeep Reddy Raamana

Results 145 comments of Pradeep Reddy Raamana

thanks! Looping wouldn't work, as we need to ensure all the samples have same dimensionality, but updating all samples at once can work. For example, for an `MLDataset` of tow...

Thanks Eric - appreciate this. Please go ahead and customize it as you see fit. Few comments: - If this is specific to defacing alone, I'd suggest calling the cmd...

i had been wanting to work on methods to generate 3D renders natively within Python, and these holidays might be a good time.. Can I request you and @Arshitha to...

did you get a chance to work on this, Eric? it's okay if you didn't.

NP Eric. I made decent progress on batch generation of screenshots in the branch `screenshots_batch_generation`, both for `alignment` and `defacing` modules, and you can perhaps use or adapt it as...

instructions to try in case you are interested: https://github.com/raamana/visualqc/issues/37#issuecomment-1474181538

Thanks Chris - I'd very much love it to be a collaborative project. VisualQC can greatly benefit from your feedback and support. Its final design and implementation can still be...

not really! can you try rerun fsleyes script, after setting MPL with below, before running the for loop? ```python matplotlib.use('Agg') matplotlib.interactive(False) ``` maybe @pauldmccarthy has some ideas on how to...

awesome! I can't wait to incorporate fsleyes render into the defacing module, if I can find a way to easily install it on most common OSes.

thanks Paul - few questions: 1. what's the smallest package of fsleyes we can create with minimal set of dependencies just for the rendering part? I am guessing we will...