Giter Club home page Giter Club logo

bodyscan's People

Contributors

arvkr 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  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  avatar  avatar  avatar

Watchers

 avatar

bodyscan's Issues

incorrect file path

could you tell me what this error is about?
CUDA available: False
./data/inputs/./data/inputs/11.jpg,,,,,
[ WARN:[email protected]] global loadsave.cpp:248 findDecoder imread_('./data/inputs/./data/inputs/11.jpg'): can't open/read file: check file path/integrity
Traceback (most recent call last):
File "measure_body.py", line 174, in
depth_array = depth_predict(opt, image_pathfile='./data/depth.txt')
File "/home/amirreza/PycharmProjects/pythonProject/BodyScan/get_depth.py", line 13, in depth_predict
img_shape = [img.shape[0], img.shape[1]]
AttributeError: 'NoneType' object has no attribute 'shape'

why the path is ./data/inputs/./data/inputs/11.jpg,,,,,?

Performance metrics

Hello, I was wondering if you can include performance metrics of the model? How do you measure accuracy, how does it compares to medical measurements?

Also is it possible to provide a few input pictures + results as body fat %?

Is there any demo website where we can test it?

Installation issue: "Building wheel for opencv-python (PEP 517)..." runs forever

When installing the needed libraries, I have an issue on this command, It was running forever:
(pytorch)$ pip3 install scikit-image opencv-python pandas h5py

The problem is when installing the opencv-python, and it can be fixed just by upgrading pip. One solution is to use pip install --upgrade pip before start the installation on the new virtual environment. So here is the new order of the commands:

(pytorch)$ pip install --upgrade pip
(pytorch)$ pip3 install torch torchvision
(pytorch)$ pip3 install scikit-image opencv-python pandas h5py
(pytorch)$ pip3 install cffi
(pytorch)$ pip3 install cython
(pytorch)$ pip3 install requests
(pytorch)$ pip3 install future

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.