lasxz

Results 4 comments of lasxz

I'm a little confused. You define d_equi=r/α in your paper(Eliminating the Blind Spot: Adapting 3D Object Detection and Monocular Depth Estimation to 360◦ Panoramic Imagery). As I understand it, d_equi...

I wrote the following matlab code according to Eq.14,but i cant recover [x,y,z]. Both panoramic images and predicted data come from your data set. I want to know what's wrong...

I still can't recover xyz according to your code, In my program, `disp = np.load(file); depth = (disp.shape[1]/math.pi)/disp; targets_r=depth ` but in your link: `targets_z = focal_length / (distance_pred_a[:] *...

I can't recover xyz in many ways according to your paper. Can you give me a reference code for recovering xyz code in panoramic-depth-estimation please? Thank you `targets_r=depth` The depth...