Alex Bäuerle

Results 74 comments of Alex Bäuerle

No, these are all errors. I copied them directly from the error section in VisualStudio. Yes, without these modules, it compiles just fine, thats why I just reported these modules...

You are right, these have to be built in advance. We tested it on multiple machines now (including AppVeyor: https://ci.appveyor.com/project/Sparkier/inviwo/build/1.0.1) and none built without prebuilding the cotire stuff.

Thanks, that was it (however you managed to find that out 😄), I think we can close this issue.

Probably yes, we fixed it directly in Travis for building the dmg that can be uploaded directly to git upon release, however, anyone building this themselves will run into the...

I am not sure I understand. Could you maybe post a link to your network explaining the problem in more detail?

Thank you for the clarification, I think I understand. The current design is intentional as it communicates the spatial resolution and number of features just as any other layer. Having...

I tried implementing something like this with this feature based on onnx conversion: https://github.com/viscom-ulm/Net2Vis/tree/feature/torch However, there are multiple problems with respect to performance and onnx conversion. I currently do not...

Thank you for that remark. Adding an option to rotate the labels as you suggested would be a great addition. I currently don't have the time to address this, I...

This would probably require another input like this: https://github.com/viscom-ulm/Net2Vis/blob/0ffca8207c24da70f6f45dfd01ca924c3b782732/net2vis/src/components/preferences/NetworkPreferencesComponent.js#L237-L244 including a state param that reflects this setting. Then, in https://github.com/viscom-ulm/Net2Vis/blob/0ffca8207c24da70f6f45dfd01ca924c3b782732/net2vis/src/components/network/NameLabelComponent.js, you want to apply the rotation depending on this state...

Can you describe how to replicate this? I don't seem to have the same issue.