Git Product home page Git Product logo

face-magnet's People

Contributors

po0ya avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

face-magnet's Issues

Testing model

Could you offer face-magnet caffemodel for testing?

maybe a bug!!!

@po0ya HI
@mahyarnajibi HI

face-magnet is configured according to readme.
When training, point out:

Traceback (most recent call last):
  File "./tools/train_net.py", line 30, in <module>
    from datasets.factory import get_imdb
  File "/home/jmx/face-magnet/lib/datasets/factory.py", line 2, in <module>
    from datasets.wider import wider
  File "/home/jmx/face-magnet/lib/datasets/wider.py", line 12, in <module>
    from voc_eval import voc_eval
ImportError: No module named voc_eval

voc_eval is a test code for voc data sets, so comment it out, like:

import uuid
# from voc_eval import voc_eval
from fast_rcnn.config import cfg

training again, point out:

Traceback (most recent call last):
  File "./tools/train_net.py", line 30, in <module>
    from datasets.factory import get_imdb
  File "/home/jmx/face-magnet/lib/datasets/factory.py", line 3, in <module>
    from datasets.csvdb import csvdb
ImportError: No module named csvdb

What is csvdb? In lib/datasets folder, there is no such code.

File path issues while reproducing the results

  • DET_FILE='Evaluating detections/detections.pkl'
  • PYR_DETS='Evaluating detections/detections.pkl Evaluating detections/detections.pkl Evaluating detections/detections.pkl '

The shell scripts return a wrong path,I found the string "Evaluating detections" appear in the test_net.py and the right place where the detection.pkl lies are under the filepath of output/min800/wider_test_vgg16_facemagnet_iter_38000_min800_max1000_orig_10/detection.pkl. such like this.

No such file in ../lib/pycocotools/_mask.pyx

When I fellow these steps installing Face-MagNet, there is something wrong in the process of Making lib. The problem is there is no such file or directory:'~/face-magnet/lib/pycocotools/_mask.pyx'.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.