10 Questions 4 Answers 0 Followers
Questions related from Anupam Anurag Tripathi
I want to calculate the k nearest pixels to any pixel, but my current method is very time consuming. Im want to do image inpainting. So want to predict any black pixel using the nearest k...
02 February 2020 9,507 2 View
I want to predict a pixel given n pixels to it's left and n pixels to its right, using bi-directional RNN. Would i need to pass the 2n pixels to the RNN and look at the very last output of the RNN...
02 February 2020 540 3 View
I came across a paper where they mentioned 1-D correlation between two images without any explanation for it. The height and width of the output was same as the input image. Paper:...
04 April 2019 6,389 9 View
I want to run a machine learning code on AWS and want it to be connected to an android app. If a button is pressed on the android app, a picture should be sent to the AWS and the results should be...
02 February 2019 3,551 3 View
I'm working on depth estimation using the NYU Depth Dataset V2. I have an RGB image and its corresponding Kinect depth map which is in black and white. I need to convert the black and white depth...
12 December 2018 8,098 4 View
I'm currently using an app called IP camera that send the live stream through a localhost link if the mobile and pc are connected to the same network. I would like to build a similar application...
12 December 2018 4,286 1 View
I am working on object detection using YOLO. I have the config file and the weight file. I tried loading it using cv.dnn.readNet(yolo.config, yolo.weight) but I am getting error that cv2.dnn has...
10 October 2018 10,067 1 View
I am a computer engineering student and I want to publish my paper on expression detection using neural networks in a journal before October. The paper is ready in IEEE format. Since IEEE...
06 June 2018 2,784 7 View
I'm working on a face recognition project. I want to using transfer learning for a model trained on triplet loss.
04 April 2018 1,350 3 View
I am trying to make a system wherein I need to send live video covered on an external wireless camera (not phone camera) to an android app I am going to make. The camera's I searched for only send...
03 March 2018 10,113 3 View