Git Product home page Git Product logo

timelapse_hallucination's Introduction

Data Driven Time Lapse Hallucination from a single image

This project aims at creating a Time Lapse Hallucination video of a given image using the database constructed from the various timelapse hallucination videos acquired over time. The internals of the project is basically two modules working together sequentially.

Preprocessing the Data:

In this part we have extracted frames from the timelapse videos that we have accumulated and stored them in a separate folder.

Module 1

In this module the image feature has been studied and image matching is carried of using the technique called the Bags of Visual Word.

Module 2

In this module the style transfer is taking place as explained in the paper titled "Color Transfer Between Images" by Reinhart et all.

Steps to execute

  • If the database is updated run

    python generate_csv.py
    python generate_frames.py
    
    
  • To generate a video run

    
    python image_searcher.py -q ./Query_images/query1.jpg -r ./videos/
    
    

Sample Input Image:

Input Image

Output Video: https://www.youtube.com/watch?v=_jG3rldMAqI

The project was submitted as a part for the requirement for the fullfilment of course work of Computer Vision in the spring session of IIIT Hyderabad in the year 2021. The project is the joint effort of the collective works of

  • Likhitha Gaddi
  • B Sindhu
  • Devershi Chandra

Under the guidance of Mr. Prajwal Krishna (TA) and Dr. Anoop Namboodiri (Associate Professor CVIT, IIITH)

timelapse_hallucination's People

Contributors

likhithagaddi avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.