Avinash793 / panoramic-image-stitching

Create panorama image using invariant features from given set of overlapping images.
MIT License
208 stars 61 forks source link

About Versions of software #2

Closed gokes001 closed 4 years ago

gokes001 commented 4 years ago

Could you please give information about the version of python opencv you had used.

Avinash793 commented 4 years ago

Hi, I have used opencv version 3.3.0.

philshem commented 4 years ago

This is the output of my pip freeze

imutils==0.5.3
numpy==1.17.3
opencv-contrib-python==3.4.2.16
opencv-python==3.4.2.16

with Python 3.7.3, which is working for me.

but would be cool to add a requirements.txt file to the repo

pip freeze > requirements.txt
Anil515 commented 4 years ago

Sir when I am giving input like tajm1.jpg showing not defined

Avinash793 commented 4 years ago

@Anil515 Make sure you have image with name "tajm1.jpg" in your same directory where python code is present.

Anil515 commented 4 years ago

Sir I was cloned has it is and installed modules and run the stitch.py

On Thu, Mar 5, 2020, 4:59 AM Avinash Kumar notifications@github.com wrote:

@Anil515 https://github.com/Anil515 Make sure you have image with name "tajm1.jpg" in your same directory where python code is present.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/AVINASH793/Panoramic-Image-Stitching-using-invariant-features/issues/2?email_source=notifications&email_token=AOVZGXJT2TGMRNGSNEU7U33RF3P4HA5CNFSM4JGGAWA2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEN2652A#issuecomment-594931432, or unsubscribe https://github.com/notifications/unsubscribe-auth/AOVZGXLCQ2C5HNAFBRUEDZTRF3P4HANCNFSM4JGGAWAQ .

Anil515 commented 4 years ago

ImportError Traceback (most recent call last) in ()----> 1 from panorama import Paranoma 2 import imutils 3 import cv2 ImportError: cannot import name 'Paranoma'

sir please help me out

On Thu, Mar 5, 2020 at 4:59 AM Avinash Kumar notifications@github.com wrote:

@Anil515 https://github.com/Anil515 Make sure you have image with name "tajm1.jpg" in your same directory where python code is present.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/AVINASH793/Panoramic-Image-Stitching-using-invariant-features/issues/2?email_source=notifications&email_token=AOVZGXJT2TGMRNGSNEU7U33RF3P4HA5CNFSM4JGGAWA2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEN2652A#issuecomment-594931432, or unsubscribe https://github.com/notifications/unsubscribe-auth/AOVZGXLCQ2C5HNAFBRUEDZTRF3P4HANCNFSM4JGGAWAQ .

Avinash793 commented 4 years ago

@Anil515 try to run as I suggested in README. Please go through it.