Florian Bruggisser

Results 104 comments of Florian Bruggisser

@vinitra Well I think that never happened, because you closed the PR, right?

Would be great to contribute, but could you give me a hint where to start. Is there a reference implementation we could adapt?

I just saw that there has been a PR for this. I will install the current master branch, merge the PR and check if it works. Update: Nope, it is...

It seems there are way less than I thought in the beginning: ``` high_quality_architectural/20107/F1_scaled.png high_quality_architectural/4884/F1_scaled.png high_quality_architectural/8002/F1_scaled.png ``` But it seems that there are some rather strange annotations (more is annotated...

I have already written a script for that, but it is quite painful because you have to interpret svg path descriptions and so on.

Same issue here when using plaidml as backend (can not test it with tensorflow on mac). @aichijing How did you fix this? ```bash python3 demo_plaid.py Using plaidml.keras.backend backend. INFO:plaidml:Opening device...

Yep same problem here. I have some native libraries I would like to ship with the bundled app, but I am not sure where to put them. My library path...

Thanks for the research, I will have a look at it when I find time.

@brad-miller I have updated the dependencies to `1.5.7` and added `macosx-arm64` as a platform. I also added a CI build / release [workflow](https://github.com/cansik/deep-vision-processing/runs/5229774375?check_suite_focus=true) to automatically upload the pre-built libraries. Would...