Chan Mo-Che

Results 10 issues of Chan Mo-Che

In the [Training on MTCNN](https://github.com/xuexingyu24/License_Plate_Detection_Pytorch#training-on-mtcnn), we should run 'MTCNN/data_preprocessing/gen_Onet_train_data.py'. However, this file does not exist.

The [document](https://github.com/DoubangoTelecom/ultimateALPR-SDK/blob/master/Jetson.md) shows that "The SDK was tested using JetPack 4.4.1, the latest version from NVIDIA and we will not provide support for any other version." Currently, the latest Jetpack...

How to use CenterNet in my project? [Using CornerNet-Lite in Your Project](https://github.com/princeton-vl/CornerNet-Lite#using-cornernet-lite-in-your-project)

The program halts at extract_feature() when I attempt to use: https://github.com/ryanfwy/image-similarity/blob/master/model_util.py#L80 WARNING: Logging before flag parsing goes to stderr. W0730 05:50:29.938363 140420368611136 deprecation.py:506] From /root/anaconda3/lib/python3.7/site-packages/tensorflow/python/ops/init_ops.py:1251: calling VarianceScaling.__init__ (from tensorflow.python.ops.init_ops) with...

I'm going to upload some files with the following codes: ``` ENDPOINT_ASYNC("POST", "test/multipart-all", MultipartUpload) { ENDPOINT_ASYNC_INIT(MultipartUpload) std::shared_ptr m_multipart; Action act() override { m_multipart = std::make_shared(request->getHeaders()); auto multipartReader = std::make_shared(m_multipart); multipartReader->setDefaultPartReader(multipart::createAsyncInMemoryPartReader(16*1024*1024...

My detecting program uses tkdnn with yolov4 model, and it is good for many pictures. One day, my detecting program crashes at "reach max boxes". ``` reach max boxes /home/a/tkDNN/src/Yolo.cpp:171...

I found that [OATPP_CODEGEN_BEGIN](https://github.com/oatpp/example-async-api/blob/b972426c186bb7366b009c2e996f73229d2b94db/src/controller/MyController.hpp#L96) is at end of file. Is it a typo?

When trying to do docker build, the following errors show. ``` Sending build context to Docker daemon 125.4kB Step 1/9 : FROM lganzzzo/alpine-cmake:latest ---> da855beef942 Step 2/9 : ADD ....

I'm attempting to integrate OATPP with my project, but no success so far. The reason should be that I'm not familiar with OATPP. My evaluations are described as follows: ###...

environment: ubuntu 16.04.1 desktop. The ionic hints me to rename ionic.project to be ionic.config.json. The project also has some build errors like: $ ionic build android Running command: /home/a/ethereum/etherwallet/hooks/after_prepare/010_add_platform_class.js /home/a/ethereum/etherwallet...