Florian M

Results 119 comments of Florian M

Quoting from #7572 > The mesh format is very similar to our mesh format so the frontend should already support it. The backend would need to detect the availability of...

Before changing this in the backend, we should double-check that the libs can really work also with the compact variant. I’m not so sure about that anymore. For example, https://github.com/scalableminds/webknossos-libs/blob/f40e4a65ee1a19a58db097eb6f9be157c7cef465/webknossos/webknossos/client/api_client/models.py#L71...

Hi and thanks for your report! You are rightly confused… Some context: volume annotations in webknossos are internally stored in 32³-voxel chunks. This means that some of these chunks “protrude”...

@normanrz This is included in https://github.com/scalableminds/voxelytics/pull/3258/files if I read that right? Would it be complicated to add it to the libs as well?

Hi and thanks for your detailed report! I just tried executing the steps in the readme on my machine again, and it worked for me. `localhost:9000` redirects me to `http://localhost:9000/onboarding`,...

The logs showing 3 active dataset come from the datastore module scanning the local filesystem, specifically the (terribly named) binaryData directory, which is mounted in the docker setup, compare https://github.com/scalableminds/webknossos/blob/master/docker-compose.yml#L36...

Good to hear! Ok, so I guess a previous attempt might have resulted in a state where an organization was present in the postgres database, but somehow half-complete. So it...

I wouldn’t go for anything more involved than an application.conf switch. It’s an open-source project, so if self-hosting users want to disable “encouraging messages”, I’d say that we should let...