Gota Gando

Results 6 comments of Gota Gando

Why does blenderpy require subversion in the first place? Does it have any dependencies only accessible by svn? https://wiki.blender.org/wiki/Tools/Subversion

I also have this question because I'd like to see if I can reproduce the reported results in the paper. It appears that `UCFclassification` expects a json file for both...

I was able to run `eval_ucf101.py` after specifying `results/val.json` as the model prediction file. You can generate this by enabling the `test` option in `main.py`: https://github.com/kenshohara/3D-ResNets-PyTorch/blob/94dd85a7a249e4e909864a1a7e201b848867d3c2/opts.py#L160 I also needed to...

I also have this problem on Mac OS 13.0 and Iced 0.10.0. I need to detect a file drop event on a specific area in my custom widget. I use...

Hi Max, Thank you for your reply and suggestion! I feel that using multiple UV maps and the `infuse_texture` method with 'overlay' option would work. I'll play around with the...

I meant doing it automatically in bpy & bproc. Thanks for your feedback, I'll also dig into the second approach.