stratospark / UnityImageSynthesisTutorial1

Use Unity to generate synthetic images for deep learning image segmentation in PyTorch and fastai

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

not able to use 'ImageSynthesis' as a class in C# Script

banannakn opened this issue · comments

I just tried to follow your tutorial. When it comes to the point of scripting I just tried to write 'public ImageSynthesis synth;' but it won't find that class. And when I add 'synth.onSceneChange();' to the update function, it is not possible to run the program because of the error 'All compiler errors have to be fixed before you can enter playmode!'. I already copied your code to my file, it didn't solve the problem. Any help?
SceneController
error_message