molyswu

Results 34 issues of molyswu

ubuntu 16.04 create libtensorflow_cc.so and libtensorflow_framework.so in tensorflow1.12 1.mkdir -p build &&cd build 2.cmake .. 3.make CMakeFiles/tf_detector_example.dir/utils.cpp.o: In function `tensorflow::Scope tensorflow::Scope::WithOpName(char const*) const': utils.cpp:(.text._ZNK10tensorflow5Scope10WithOpNameIJPKcEEES0_DpT_[_ZNK10tensorflow5Scope10WithOpNameIJPKcEEES0_DpT_]+0x5d): undefined reference to `tensorflow::Scope::WithOpNameImpl(std::string const&) cons

Hi, How many examples model(hey-mycroft.pb or hey-mycroft.net)do you have in your precise-data-models? How many negative samples (not-wake-word)and how many positive samples(wake-word)?I training models and test for false recongition。The sample(wake-word) is...

Hi, Tried to : python manage.py runserver && http://127.0.0.1:8000/tagging/ ServerSelectionTimeoutError at /tagging/ 10.11.6.117:27017: timed out Request Method: GET Request URL: http://127.0.0.1:8000/tagging/ Django Version: 3.0.5 Exception Type: ServerSelectionTimeoutError Exception Value: 10.11.6.117:27017:...

Hi, I try to python keras_12net_v1.py for bug: ValueError: Cannot apply softmax to a tensor that is not 2D or 3D. Here, ndim=4 Thanks!

Additive-Margin-Softmax ,train lfw as following eorror: $python train.py --data_dir out_data1 --random_flip --learning_rate -1 --learning_rate_schedule_file ./data/learning_rate_AM_softmax.txt --lfw_dir data/lfw --keep_probability 0.8 --weight_decay 5e-4 ![1](https://user-images.githubusercontent.com/11438784/45476395-647e8200-b771-11e8-88c3-ba74d33e4725.png) ![2](https://user-images.githubusercontent.com/11438784/45476397-65171880-b771-11e8-9edc-865f13bf83e8.png) ![3](https://user-images.githubusercontent.com/11438784/45476398-65171880-b771-11e8-8d68-14574d4579f3.png) Thanks for you ! molyswu

Traceback (most recent call last): File "train.py", line 542, in main(parse_arguments(sys.argv[1:])) File "train.py", line 213, in main label_batch, lfw_paths, actual_issame, args.lfw_batch_size, args.lfw_nrof_folds, log_dir, step, summary_writer,best_accuracy,saver_save,model_dir,subdir) File "train.py", line 313, in...

Tried to " python ./projects/CenterNet2/demo.py --config-fi4le ./projects/CenterNet2/configs/CenterNet2_DLA-BiFPN-P5_640_24x_ST.yaml --input ~/Downloads/dataset/2014/ --opts MODEL.WEIGHTS ./model/CenterNet2_DLA-BiFPN-P5_640_24x_ST.pth" ** fvcore version of PathManager will be deprecated soon. ** ** Please migrate to the version in iopath...

Hi, QT\vs2019_ncnn_opencv-mobile_Qt_nanodet, 可以提供 ui_mainwindow.h文件吗? Ui::MainWindowClass ui; 禁止显示状态 错误(活动) E0135 namespace "Ui" 没有成员 "MainWindowClass" 谢谢!

Hi, 错误 C2039 “MainWindowClass”: 不是“Ui”的成员 ?

Hi Can you use tensorflow to design a face Verification on android ? Thank you!