UNITE
UNITE copied to clipboard
Queries
@fnzhan hi thanks for open-sourcing the code base , its really great work i have few queries
- can we train the code for other semantic datasets like bdd100k / cityscapes? if so what changes have to be made
- can we train the code for custom fashion dataset for region wise dressing ? if so what is the procedure
Thanks in advance
Hi,
-
of course, the model can be applied to other datasets. You should add the python file of the corresponding dataset, e.g., data/ade20k_dataset.py, and modify the processing code here https://github.com/fnzhan/UNITE/blob/d84b833c7840b5aa27596fa1ea0e4e98f576944b/models/pix2pix_model.py#L149
-
The model can work if a semantic correspondence can be built. Thus, if the region is annotated with semantic segmentation, the model can be applied by following similar procedure with ADE20K.