Skip to content

nenoNaninu/popn-food

Repository files navigation

Pop'n Food

Pop'n Food is a web application for visualizing 3D models generated from large numbers of images in a browser. This application was created to streamline my research.

Full demo video

popn_food_output

Background

I was researching a method to generate two 3D models from a single image. The paper can be found at the following link.

Hungry Networks

It is necessary to evaluate what 3D shapes are reconstructed qualitatively in such research. However, checking a large number of 3D models reconstructed from a large number of images is tedious and requires many steps.

This application frees us from many painful steps and allows us to comfortably see what 3D model was generated from which image. This application has two modes.

  • A mode to visualize a pre-generated 3D model.
  • A mode to generate and visualize a 3D model in real time from the input image.
    • This repository does not contain a backend server for generating 3D models from a single image.

Usage

First, install dependencies.

yarn install

Run a development server.

yarn dev

Publish static files.

yarn build
yarn export

Paper Info

Hungry Networks

@inproceedings{Naritomi2020hungry,
    Author={Naritomi, S. and Yanai, K.},
    title={{Hungry Networks}: {3D} Mesh Reconstruction of a Dish and a Plate from a Single Dish Image for Estimating Food Volume},
    booktitle={Proc. of ACM Multimedia Asia},
    year={2020}
}

Pop'n Food

@inproceedings{Naritomi2021popn,
  author={Naritomi, S. and Yanai, K.},
  booktitle={Proc. of IEEE Conference on Multimedia Information Processing and Retrieval (MIPR)}, 
  title={{Pop'n Food}: 3D Food Model Estimation System from a Single Image}, 
  year={2021},
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages