Nidish Narayanaa Balaji

Results 20 comments of Nidish Narayanaa Balaji

Ah that's neat! I was doing a local install and did not check lib/pkgconfig - that's definitely a much cleaner way! That being said, what build methods do you employ...

@atilaneves I can't really see the review comments

*Not a query; just leaving an observation* I just figured that using flyspell slows down the go-to-declaration features of rtags horribly! I just disabled it and performance is much better...

Well, undistort is still available in "opencv2/calib3d.hpp" . I was facing problems building opencv v3 too... Would it be possible for you to publish pre-built packages for Linux just like...

> Following up on this - undistort is still supported in current cv (4.5.3). I can confirm its callable in 4.4.0 in python, and it imports and builds in DICe_ImageIO.cpp...

Hello, sorry for the late response. I understand your concerns about the design, but I'm not really sure if making it compatible with numerical integration will offer any significant value...

Update: delimiting the `$`s and `/`s I could get the above to work with latex but not with html: `SDOF equations are \$m\\ddot{x}=f(t)\$` yields what is expected on latex.

@xinntao Thanks a lot for this repository! I've been trying to train the RealESRGAN with my own image dataset for a very specific application. Is there any way for me...

@Doris1887 I haven't solved it, but I found something. In "train.py" in basicsr, the iterations start in line 154, where the training data (in variable "train_data") is invoked through "prefetcher.next()"....

Thanks for the response (apologies for my delay). I can confirm that your solution works. But I found it interesting that the following works, ``` #+begin_details "SDOF equations are \\(m\\ddot{x}=f(t)\\)"...