UNITE icon indicating copy to clipboard operation
UNITE copied to clipboard

Queries

Open abhigoku10 opened this issue 3 years ago • 1 comments

@fnzhan hi thanks for open-sourcing the code base , its really great work i have few queries

  1. can we train the code for other semantic datasets like bdd100k / cityscapes? if so what changes have to be made
  2. can we train the code for custom fashion dataset for region wise dressing ? if so what is the procedure

Thanks in advance

abhigoku10 avatar Dec 15 '21 13:12 abhigoku10

Hi,

  1. 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

  2. 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.

fnzhan avatar Mar 08 '22 14:03 fnzhan