-
Ho visto che al codice ripultito in `master` hai assegnato le versione `1.0.6a`.
Apro una parentesi riguardo SemVer, dato che si era discusso sulla possibilità di adottarne la notazione per le rele…
-
Come compilare Polygen per Windows senza la dipendenza da `cygwin1.dll`.
### Cygwin vs MinGW
Sul Wiki di [MinGW][Cygwin vs MinGW] leggiamo (grassetto mio):
> #### Cygwin in contrast to MinG…
-
Hi,
Executing sampling-pretrained.ipynb is failing in Colab with the following error messages
At Clone repo and import dependencies stage
```
Attempting uninstall: tensorflow
Found existing…
-
In vista di un'eventuale nuova release ufficiale di Polygen v1.0.7, ti segnalo un errore nel testo dell'help da riga di comando: l'opzione `-help` dovrebbe essere `-h`.
```
C:\>polygen
Polygen …
-
Secondo me Polygen dovrebbe gestire in maniera diversa le sequenze di fine riga (EOL). Allo stato attuale, sta all'utente specificare se usare `LF` o `CRLF` tramite le sequenze escape `\n` e `\r`.
…
-
is the following approach suitable to
modularize random ideal construction?
```
newstruct("TGenerator","proc fkt,list params");
proc randomVariable()
{
return ( var( random(1, nvars(basering)…
-
Hi @saran-t,
**File**: [polygen](https://github.com/deepmind/deepmind-research/tree/master/polygen)/data_utils.py
**Bug:** Reordering twice, so that the order is wrong. (Different from the idea in…
-
Since the Polygen definition for [Highlight] is now [included in the official package] (and has been so for a while, after this repository was created), we could safely remove the [`polygen.lang`][po…
-
Hi, @saran-t
Thanks for providing the implementation of PolyGen. I find that the sampling strategy implemented in the code (for both the vertex model and the face model) is not exactly the same as…
-
I tried finding example how a 2D image could be used as an input to Polygen Network to output a 3D model.
Example I would like to input an image of a table (class 49 in the shapenet data) and expec…