nicolasrosa

Results 9 issues of nicolasrosa

"SIFT" -> "ORB"

"Following the set of these up-sampling blocks, dropout is applied and succeeded by a final convolutional layer yielding the prediction." However, in the fcrn.py code, the value of keep_prop is...

Hello, in your article you inform that the encoder used has 51M trainable parameters. What about the total number of trainable parameters? Does this value include the "Dense feature extractor"...

Hello Pytorch, When trying to run the DDP scripts I made some minor updates on the provided code. I hope the proposed changes can benefit others. Best regards, Nícolas Rosa

cla signed

Hello @gaoxiang12, According to the official documentation of OpenCV, the arguments of `cv2::triangulatePoints()` should be the projection matrices and the feature points coordinates, but I think it is not clear...

Hello @gaoxiang12, Sometimes I get very confused about the notations used. For example, in topic 7.7.3, I believe that for being consistent with those presented in chapter 5, we can...

Hello @gaoxiang12, In the equations 2.1, you used the following expression for the Motion Model: ![CodeCogsEqn (1)](https://user-images.githubusercontent.com/7122146/105742978-ecb4ea80-5f1a-11eb-8ffa-4bf6d5c3588b.gif) I believe it should be: ![CodeCogsEqn](https://user-images.githubusercontent.com/7122146/105742968-e9b9fa00-5f1a-11eb-8518-97d3a86baeb7.gif) Am I right? I saw this formulation...

question

Hello @gaoxiang12, I just finishing Practice 7.4, I noticed some slight differences between the results from the `slambook2/ch7/pose_estimation_2d2d.cpp` code and the results presented in the book. The first one, the...

### Bug summary I could not plot a 1-channel image while I was trying to populate a Subplots figure, although I can visualize it by using plt.imshow(). ### Code for...

topic: images
status: inactive