David Kutschke
David Kutschke
@Zeelyne By any chance, could it be that your output order is `10uComfyUI.png`, `11uComfyUI.png`, ... `1uComfyUI.png`, `20uComfyUI.png`, ...? Because that's what happens when you sort these file names alphabetically. You...
Don't worry, I was expecting this to take some iterations, I'm still willing to follow through with this PR. I already started working on your remarks and will update you...
Alright, the new commits: * Remove Linq * Solve the broken inspection of your TestClass * Use tabs everywhere * Make the plugin run in Unity 2017 again However, there...
Oh sorry you must have misunderstood something, to my knowledge there is no non-generic `ReadOnlyCollection`. I'm using `IReadOnlyList` now where I used `IEnumerable` before. For example, as type for `InspectorField.BoundValues`.
While typing my response I actually figured out a way to make it work in 5.6 again. :)
No stress, take your time. I'm not dependent on the changes being upstream.
I worked with my multi-edit system for several weeks now and found a few improvements to my code that I just included in this PR, in case you're wondering where...
I have a lot of these meshes exported from another application, where I don't have any settings for this and since renaming it to `float quality` also helps, I'll do...
I ran it like this from the openpose root folder: `python .\python\openpose_python.py --image_dir ... --number_people_max 1 --write_images ... --model_pose BODY_25B --net_resolution 1312x736 --scale_number 4 --scale_gap 0.25`