jtlz2

Results 60 comments of jtlz2

@Mudders Did you fix it? I'm happy to check your licence decoding - if you are willing to send over a base64 string? :\

@shun-lin Thank you! Unfortunately when running inside jupyter notebook there is one progress bar for training but also one progress bar per epoch (of which there are many in my...

@rmorshea This is amazing - thank you. I think it accomplishes what I need (and is infinitely preferable for at least trying it out than, say, the Cerberos route...). Presumably...

@rmorshea Thank you so so much - the updated example you give does precisely what I asked for and works for me. Amazing! So relieved to have a pythonic way...

@rmorshea I have made great progress - for which many thanks - but have run into problems combining compose with Optional. It may be a problem with how I am...

@rmorshea No worries - thanks so much in advance!

@grasses Same question - how can I test the model on a single image? Thanks for the awesome code! @yyr6661 Did you make headway?

@lotfiGipsyKing @GarrickLin I think I have figured this out and will try and post a solution tomorrow, time permitting :)

OK I made some progress as follows: 1. Edited source/illuminants/CMakeLists.txt a la https://stackoverflow.com/questions/47822547/non-default-compilers-gcc-or-vanilla-clang-on-macos-high-sierra-linking-issue/50313990#50313990 - giving the below. In CMakeLists.txt, `OpenCV_LIBS` was populated using `pkg-config --cflags --libs opencv` 2. `brew install...

@sebandres How are you getting on ? :)