Paul Tang

Results 9 comments of Paul Tang

Hi, I use the same conf with the original repository. This repo is just a building up a convenient api to use. Thank you.

Could you please specify which part of code? Thanks.

Please refer this repo, thanks https://github.com/VisualComputingInstitute/triplet-reid

Here is the detail about the model. Sorry for the late reply https://github.com/cftang0827/pedestrian_recognition/pull/11

Nope, you can’t. Since the neural network needs the fix input size. If you want to use smaller size, you’d better to retrain the model from scratch. Thank you for...

It seems like your GPU have limited memory. You can adjust the batch_size of the training configuration file. `pedestrian_detection_ssdlite/train/ssdlite_mobilenet_v2_coco.config` ``` train_config: { batch_size: 24 optimizer { rms_prop_optimizer: { learning_rate: {...

Hi, I wrote some simple step of environment setting, if you are new to computer vision in Python or just wanna try the lib, please follow the step https://github.com/cftang0827/gender_classifier_dlib_transfer_learning/blob/master/README.md#how-to-run-the-code-and-set-prerequisite- And...

Hi, thanks for your comment. I will check it ASAP.

Hi, since the output of the function is `list` rather than `ndarray` so you need to use the index to get it. Thanks. I am not pretty sure what you...