EMHussain

Results 3 issues of EMHussain

`myhtml_parse` crash on android ``` const char* html = htmlText.c_str(); myhtml_t* myhtml = myhtml_create(); myhtml_init(myhtml, MyHTML_OPTIONS_DEFAULT, 1, 0); myhtml_tree_t* tree; // first tree init tree = myhtml_tree_create(); myhtml_tree_init(tree, myhtml); myhtml_parse(tree,...

I tested with bash `python ./scripts/test.sh` to test using pre-trained 800-netG model. data is arranged as follows: ``` +—deepfashion | +—fashion_resize | +--train (files in 'train.lst') | +-- e.g. fashionMENDenimid0000008001_1front.jpg...

I have converted the `parseq.pt` torch script model `parseq.torchscript` after basic testing I got issue on some images, model do not return correct eos_idx in C++ using `parseq.torchscript` model. In...