Brakebein
Brakebein
I'm also generating DTOs from the prisma schema and decorating the properties with class-validators etc. With the `///` documentation above a field, I can control which decorators should be applied....
> I am just being lazy. As I said in my previous comment, somebody should take initiative and contribute declarations to: > > DefinitelyTyped/DefinitelyTyped#how-can-i-contribute I already made some type declarations...
Now, the type declarations are online (be aware of the 2 underscores): npm install --save-dev @types/yaireo__tagify I also exposed two interfaces `TagData` and `TagifySettings`. ```typescript // use interfaces this way...
A few months ago, I forked this repo to add some additional features according to our project needs. One of them was to include those class validation decorators. You may...
The typings for @yaireo/tagify have changed recently ([see DT pull request](https://github.com/DefinitelyTyped/DefinitelyTyped/pull/61578/files#diff-f34554b0e5892718034fb26575e773b005ba6b860f4b3f2af6e363d058778cfcR1126-R1130)). Please make sure that your dependency for `@types/yaireo__tagify` is at least `4.15.1` or just update `ngx-tagify` to `0.7.3`.
I still couldn't figure out how to test my own images with the pre-trained model. I would like to input a single image and see what wireframe it predicts. Any...
Thanks for your response. So I guess anytime soon, you won't implement it to test 3rd images. So, I will try to modify the script. To zero-fill the ground truth...
Not yet. But that's mainly because I was working on a different part in my project for the last 2 weeks. If this is done, I will continue with this...
No, sorry. I finally tested their 2D approach (https://github.com/zhou13/lcnn) which was actually sufficient for me.
Yes, exactly.