Aedial

Results 7 issues of Aedial

At the line 61 of unityextract : ` def get_output_path(self, filename):` ` basedir = os.path.abspath(self.args.outdir)` ` path = os.path.join(basedir, filename)` ` dirs = os.path.dirname(path)` The os.path.abspath change the self.arg.outdir to...

This feature has been tested on a huge playlist of dozens of hours-long videos, alongside multiple standalone hours-long videos, and seems to work well. The command line I used was:...

When generating from a schema with a '/' endpoint, the root path ('#-datamodel-code-generator-#-root-#-special-#') is added to the endpoint, transforming it into '/#-datamodel-code-generator-#-root-#-special-#'. When used as a fastapi endpoint, '/' returns...

bug

An array of arrays gets translated into List[List[T]], even when the second array has contraints, losing these constraints. Minimal working example : ```json { "components": { "schemas": { "Mod": {...

There is a slight difference in the /ai/annotate-image compared to the frontend, due to some unknown conversion frontend-side. Base image: [image](https://user-images.githubusercontent.com/38740785/232652884-95c2a38f-b244-4201-a3db-4ae15f1b7cfb.png) Base image from frontend: [image_input_frontent](https://user-images.githubusercontent.com/38740785/232653093-1e018ec8-bb2f-40a7-8d8e-235f2dfe0b0a.png) Putting the image_input_frontent through...

bug

https://discord.com/channels/836774308772446268/1093553516078956564 Bug on the backend, nothing that can be done until the devs fix it.

bug

When using a scenario (exported from the website without any modification), the test throws the error "Error loading scenario: Logit ID is not a string or an uint!". This error...