Dejan

Results 13 comments of Dejan

Look at https://github.com/tiny-dnn/tiny-dnn/pull/1014. Or fork directly at https://github.com/dmilos/tiny-dnn. Then overwrite files in your fork and search/replace softclip with your layer's name. Here are in brief how to add new layer:...

Try next: Add TBB ( Threading Building Blocks ). Then add preprocessor definitions: CNN_USE_TBB and CNN_USE_AVX. Enable: AdvancedVectorExtensions2

What is version of GCC?

This one is in conflict with #1007. l'll wait for merge of #1007 and then update #1015.

Hello Thank you for interest for color library. Adding new model I not so trivial. Here is possible steps: - create HCG folder - copy all files from CMY (...

I use use both. On Mon, Aug 22, 2016 at 9:38 PM, acterhd [email protected] wrote: > You using GCC? No Visual Studio? > > — > You are receiving this...

Most important part is conversion RGB HCG. Everything else is support of that. I already set that support. See branch HCG. All I need is RGB HCG. JS I pretty...

Perfect. Thanks. On Mon, Aug 22, 2016 at 10:54 PM, acterhd [email protected] wrote: > typedef struct { > double r; > double g; > double b; > } rgb; >...

What if someone want more precision than two/three numbers? On Tue, Aug 23, 2016 at 8:07 PM, acterhd [email protected] wrote: > Something wrong. > color::hcg hcgi({ 0.0, 50.0, 100.0 });...

For example some image processing, no alpha channel. If you try to find average image pre-converted sequence in HCG you will have huge numerical error.