HardRock4Life
HardRock4Life
 I still get this error...
It works. Solution: Don't forget to delete existing models and re-run the model generation command! The ones you create earlier are never overwriting even when you give them the same...
Ok, I'm reopening this issue, rather more to improve the current result. Here is the preprocessed label image:  And an output classification from U-Net:  It is seen that...
Ok, I'll try tomorrow and report the results here.
Alright, I can do it, but only in the evening. When do you plan to be online tomorrow? What is your time zone?
It's the first time i'm working with Stackblitz, here's the project I've tried to create https://stackblitz.com/edit/typescript-pj8wnw But something tells me, you will see only a default piece of code. Same...
``` "use strict"; import powerbi from "powerbi-visuals-api"; import DataViewObjects = powerbi.DataViewObjects; import VisualConstructorOptions = powerbi.extensibility.visual.VisualConstructorOptions; import VisualUpdateOptions = powerbi.extensibility.visual.VisualUpdateOptions; import IVisual = powerbi.extensibility.visual.IVisual; import IVisualHost = powerbi.extensibility.visual.IVisualHost; import { VisualSettings...
Do I get it right, that you want to change the viewport HTMLElement overwrite the scroll positions?
I've collected some links from similar issues that were before https://github.com/handsontable/handsontable/issues/1120 https://github.com/handsontable/handsontable/blob/v0.10.0-beta2/demo/scroll_native.html https://github.com/handsontable/handsontable/issues/272 https://github.com/handsontable/handsontable/issues/2123 https://stackoverflow.com/questions/24115396/deactivate-the-scrollbars-in-handsontable https://forum.handsontable.com/t/implementing-a-cross-browser-external-scrollbar/3568 https://forum.handsontable.com/t/is-there-a-way-to-reference-current-viewport-and-select-its-last-column-cell-programatically/1564/2
Hello, Rene! I've seen the answer they've sent to you. What if we try to cooperate with them and find a solution for our issue by contributing their code? Do...