8000 GitHub - JD499/style-transfer
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

JD499/style-transfer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Style Transfer on Spherical Images Using CNNs

Team Members

  • James Dixon
  • Robert Ace Gonzales
  • Steve Ma
  • Arye Oskotsky

Course Information

  • Course: CSC 671 Deep Learning
  • Instructor: Dr. Robert Mateescu
  • Institution: San Francisco State University
  • Date: October 10, 2024

Project Overview

This project aims to apply Style Transfer to spherical (360-degree) images using Convolutional Neural Networks (CNNs). Spherical images are typically represented as equirectangular projections, which pose challenges for traditional style transfer methods due to:

  • Distortion caused by flattening spherical images.
  • Difficulty in handling transitional edges.

Objective

  • Develop a method to perform style transfer while minimizing distortions and artifacts, particularly around the seams of the image.
  • Leverage rectilinear projections to maintain seamless transitions across the entire spherical surface.

Image Dataset

  • Source: Microsoft COCO dataset

Project Phases

Phase 1: Base CNN Style Transfer

Phase 2: Style Transfer on Spherical Images

Phase 3: Network Optimization

  • Perform hyperparameter search to optimize the network for spherical style transfer.
  • Focus on minimizing artifacts, particularly near the seams of rectilinear projections.

References

  1. Gatys, L. A., Ecker, A. S., & Bethge, M. (2016). Image Style Transfer Using Convolutional Neural Networks.
    DOI: 10.1109/CVPR.2016.265

  2. Ruder, M., Dosovitskiy, A., & Brox, T. (2018). Artistic Style Transfer for Videos and Spherical Images.
    DOI: 10.1007/s11263-018-1089-z


How to Run the Code

  1. Clone the repository:
    git clone https://github.com/JD499/style-transfer.git
    cd style-transfer

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0