zhixuanli

Results 6 issues of zhixuanli

Thanks for your great project, it's really helpful. I only have one GPU, when I try to run the `train.py` of the cityscapes.bisenet.R18, the following error occured: > Traceback (most...

Hi, After turn on the wp-googlecoderprettify, there's something wrong the time I want to edit a new article. Here's the error message: `Failed to load plugin url: http://example.com/wp-content/plugins/wp-googlecodeprettify/editor_plugin.js` Hoping you...

Hi, Are you planning about releasing the checkpoint of the Mobilenet v2 based model? Without pretrained on ImageNet, I can only get 54.8% on the val set of CityScapes. Hoping...

"All train and val annotations along with evaluation code will be publicly released." in paper Semantic Amodal Segmentation, CVPR 17. When will the code be released? Thank you.

I'm trying to modify the `train.py` of shrec17 example to multi-gpu version. Here's the code: ```python loader = importlib.machinery.SourceFileLoader('model', os.path.join(log_dir, "model.py")) mod = types.ModuleType(loader.name) loader.exec_module(mod) model = mod.Model(60) if os.path.exists("./my_run/"+mode+"_"+"state.pkl"):...

Hi Recently I found that [the Qt-AV project](https://github.com/wang-bin/QtAV) can play urls like rtmp and rtst already. So may be it's not a wise action to continually develope the FQFLib project....