John155

Results 3 issues of John155

Save checkpoint code, for example in the MUNIT GAN: ``` parser.add_argument("--epoch", type=int, default=0, help="epoch to start training from") parser.add_argument("--checkpoint_interval", type=int, default=1, help="interval between saving model checkpoints") for epoch in range(opt.epoch,...

Hi, I want the color mask generated as shown in the picture. How can I do that? ![0000000001_color_masks](https://user-images.githubusercontent.com/33418075/156593358-23159cb4-8458-4811-8546-14e10aee28dd.png) With the "run_create_data" command renders everything into one image (rgb, mask, boxes,...

I don't understand the structure of the dataset, how a point in the dataset is described. A point is described with 9 features. What are these features, and how can...