sketchkit.vectorization.DeepVecSIG24

class sketchkit.vectorization.DeepVecSIG24(device: str = 'cuda')[source]

A class for image vectorization using the method of paper “Deep Sketch Vectorization via Implicit Surface Extraction” in SIGGRAPH 2024.

device

The device that is used.

Type:

str

__init__(device: str = 'cuda')[source]

Initializes the DeepVecSIG24 vectorizer.

Parameters:

device (str, optional) – The device that is used.

Methods

__init__(*args, **kwargs)

Initialize self.