tiny-tf icon indicating copy to clipboard operation
tiny-tf copied to clipboard

Finding Tiny Faces Tensorflow implementation (including training code)

Results 4 tiny-tf issues
Sort by recently updated
recently updated
newest added

When I tried to execute the `demo_tiny_resnet101.sh` it shows this error. I have added the following line in `demo_net.py`, but still getting the error. `import matplotlib` `matplotlib.use('Agg')` The error message...

HI, Could you please provide the test command after training with `tiny_resnet101_wider_train.sh`? TIA

25_Soldier_Patrol_Soldier_Patrol_25_457.jpg Traceback (most recent call last): File "./train_net.py", line 134, in restore=bool(int(args.restore))) File "./lib/tiny/train.py", line 338, in train_net sw.train_model(sess, epochs, restore=restore) File "./lib/tiny/train.py", line 180, in train_model score_cls_np, score_reg_np, prob_cls_np...

Hi ! Pointing out a couple of errors 1 - Compile minibatch for I/O -> python setup.py build_ext –inplace is not enough. We have to run rm -rf build after...