smiler
smiler
i used the zxing c++ version to decode the following images, but it can work for the images about EAN8, UPC-E, but i cropped the barcode ROI for the image...
is there anyone who used this for code93 decoding? i have tested zxing-cpp for codebar、EAN、code39、code128 and it can do for these codes, but it can't work for code93? what's the...
``` Traceback (most recent call last): File "D:/GitHub/Deep-Encoding-Pooling-Network-DEP-/train.py", line 172, in main() File "D:/GitHub/Deep-Encoding-Pooling-Network-DEP-/train.py", line 45, in main dataset = importlib.import_module('dataloader.'+args.dataset) File "C:\anaconda\envs\python36\lib\importlib\__init__.py", line 127, in import_module return _bootstrap._gcd_import(name[level:], package,...
hello, thanks for your greate work! could you please release the "Supervised Deep Binary Classifier" code? Thanks!
dear lyx: thanks for your work about this cuda/cudnn framework for dnn. and now i want to add transpose convolution in your work, but i have no idea how to...
when i training your han model, i found the loss exploded and model collapsed! Have your met this?or can you give me some guidence? 
i see that the MeanShift has been applied to input data as the zero normalization, while the data' values is not in the -1 ~ 1 range. Could this effect...
there is a problem that much more time-consuming operations is backprogation. while the program performs forwward on mutil-gpus. When i applied this multi-gpus program i find that the gpu utilization...