ThibaultGROUEIX / AtlasNet

This repository contains the source codes for the paper "AtlasNet: A Papier-Mâché Approach to Learning 3D Surface Generation ". The network is able to synthesize a mesh (point cloud + connectivity) from a low-resolution point cloud, or from an image.

Home Page:http://imagine.enpc.fr/~groueixt/atlasnet/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

where does the HtmlGenerator module come from?

cdluminate opened this issue · comments

I did pip search, google search, github search and just could not found this module.

Hi @cdluminate,
It comes from netvision :https://github.com/palanglois/netvision
Netvision is a tool we developed with @palanglois to embed 3D models in webpages. We found it useful for collaborative research to simply share webpages. Netvision is now pretty obsolete with the development of PyPlot but at the time of the last AtlasNet refacto, there was no such tools.
Netvision should still work though, and is not supposed to give you any trouble.
Best regards,
Thibault

@ThibaultGROUEIX thank you for the astonishingly fast response. this is really helpful!