Jiang Hongliang

Results 8 comments of Jiang Hongliang

@lxgyChen `error LNK2001:无法解析的外部符号 "private: void __cdecl tensorflow::GraphDef::InternalSwap(class tensorflow::GraphDef *)" (?InternalSwap@GraphDef@tensorflow@@AEAAXPEAV12@@Z)` Windows Tensorflow 1.9 and 1.10 c++ versions have this bug, however, it doesn't affect the use of it. We can...

@fo40225 I build tensorflow1.9 and 1.10 version's c++ lib successfully, however I cannot build the 1.11 version. It report the lack of `string_view.h` file in `absl/string`.

@HackersSpirit Try to add ``` COMPILER_MSVC NOMINMAX ``` in the configure page of the project -> C/C++ -> preprocessor -> definition of preprocessor( some name like this because I forget...

@HackersSpirit You can search on google how to add Macro definition on your QT IDE.

I am sorry, I modified this parameter in the Readme.md file. Thanks a lot.

If you have 10000 pictures , do you want to load all of them to the memory? Maybe it'll out of memory then.

`from object_detection.utils import dataset_util ` Maybe you didn't add `object_detection` path to system PYTHON PATH Sorry for replay you so late.

I am sorry, I set an upper limit, because I want to test whether this script works normally. Transform the total coco dataset costs very much time. I remove this...