omek77

Results 9 comments of omek77

here is the calibrated_data.json: `{ "left_circle": { "center": [ 1884.4480542107963, 691.8577978805486 ], "hfov": 201.7327825937073 }, "right_circle": { "center": [ 5147.866460398147, 2017.5354814421303 ], "hfov": 189.80178702977022, "rotate": [ -34.58005270784685, -27.23957716408852, -6.747710903765944 ],...

the calibration won't work: `macbook-pro:FishPyPano-master omek$ python3 calibrate.py -p i.JPG Traceback (most recent call last): File "calibrate.py", line 39, in points = np.array(json.load(jh)) File "/usr/local/Cellar/python3/3.6.4_2/Frameworks/Python.framework/Versions/3.6/lib/python3.6/json/__init__.py", line 296, in load return...

``` macbook-pro:FishPyPano-master omek$ python3 stitch.py -c calib_data.json -i a.jpg Loaded calibration data.. Projecting fisheye images to equirectangular projection.. Projecting left fisheye image.. Projecting right fisheye image.. Done projecting, starting stitching.....

![a](https://user-images.githubusercontent.com/35834654/36688364-814ffca6-1b2c-11e8-8e4c-36849f8426fa.jpg)

[calib_and_dual.zip](https://github.com/rnbdev/FishPyPano/files/1759848/calib_and_dual.zip)

I have uploaded both files as .zip at the github issue > Am 26.02.2018 um 19:50 schrieb Ranadeep Biswas : > > I see it didn't calibrate properly. can you...

Ok, i will try it again tomorrow. Thank you for the help > Am 26.02.2018 um 20:02 schrieb Ranadeep Biswas : > > Sorry. Didn't see that. Anyway, I looked...