Fumiya Funatsu

Results 42 comments of Fumiya Funatsu

@MrKyaw I got same error, but I found the reason is **sample count is smaller than batch size**. Please try `python train_network.py --batch_size=N` (where N is file count)

Probably related to this issue, `valec help` and `valec version` shows nothing on my mac. Probably compiler_dir not properly detected... (macOS 12.6.1, MacBook Air (M1, 2020))

Hi, Matt. A valid representation of "コーヒー" (coffee) in romaji is: ``` _ _ kohi or ^ ^ kohi ``` (See https://en.wikipedia.org/wiki/Romanization_of_Japanese for detail) I found the way of representing...

I also think this should be added to spec :)

Just workaround, this instruction was useful for me: - Start in disabled mode ( by setting `"vim.disableExtension": true` ) - Toggle mode by Ctrl+Shift+P and choose `Vim: Toggle Vim Mode`...

There are some CARLA addons. https://github.com/IKAROS93/Livox_laser_simulation_for_CARLA https://github.com/PJLab-ADG/LiDARSimLib-and-Placement-Evaluation

I'll try to add CI if I had time. At the very least, I noted the process what I did: https://github.com/msrd0/rlottie-rs/issues/43#issuecomment-2051759087

I could run `rlottie-rs` on my windows. Here is the process what I did: - install `mingw`, `ninja`, `llvm`, and `pkgconfiglite` using chocolatey. ```powershell $ choco install mingw -y $...

For this, I also upgraded bevy_tweening capture_fn branch to bevy 0.13. https://github.com/funatsufumiya/bevy_tweening/commit/eb37435c04f3dd226bd3784664f4f42b8d57bc7e Confirmed mainly working well, but only one test is not passing: ``` test plugin::tests::change_detect_component ... FAILED failures: ----...

Sorry, I didn't notice this! > by the way is it OK if I directly upgrade to bevy 0.13 Sure, thank you :)