Naoto Inoue

Results 9 issues of Naoto Inoue

## ❓ Questions and Help I want to sample a lot of rgb-depth pairs from Replica dataset using `example/example.py`. However, only when I use `--compute_action_shortest_path`, it often fails in `find_path`...

I want to test my ideas to improve DeepSVG using the font dataset. First, I followed the instruction. > To download the Font-dataset, we recommend following SVG-VAE's instructions: https://github.com/magenta/magenta/tree/master/magenta/models/svg_vae However,...

SVG files use usually contain `transform` tags like the following, but the current library does not seem to support it (as long as I see in [svg.py](https://github.com/alexandre01/deepsvg/blob/master/deepsvg/svglib/svg.py#L118-L139)). ``` ``` Is...

Thank you for the open-sourced codes! I would really appreciate it if you could share the configuration file (.yaml) for Cityscapes Synthia experiment. Although I guess that the most of...

Thank you for making the code publicly available. Since I'm not familiar with MatConvNet, I couldn't find the exact value for the step size in Eq. 3 (update by mean...

Thank you for releasing a wonderful repository! Let me ask a newbie question. **What API design would you like to have changed or added to the library? Why?** `diffusers.DDPMScheduler.set_timesteps` **What...

Thank you so much for providing the code. Although you mention the dependencies in README, the version information, especially for pytorch and torchvision, is missing. It would be very helpful...

When I download the datasets and run `python main.py -expID Source -epochs 120 -dropLR 90` to train the source model, an error happened. Environment - Python2.7 - PyTorch0.4.0 - Torchvision...

Thank you for releasing the code and dataset! I'm confused about [this part](https://github.com/whaohan/desigen/blob/main/layout/dataset.py#L233-L234) ``` xc = l + w / 2 - img_l yc = t + h / 2...