Body-Measurement-using-Computer-Vision icon indicating copy to clipboard operation
Body-Measurement-using-Computer-Vision copied to clipboard

Given 2D image, determine real-world body measurements

Results 8 Body-Measurement-using-Computer-Vision issues
Sort by recently updated
recently updated
newest added

I went through the code and couldn't pinpoint any image processing except modelling basis, which basicaly has body measurements presented from a pre-collected body measurement.

E:\opencvdemo>python code.py -i1 C:\Users\ASUS\Desktop\final_saket1.jpg -i2 C:\Users\ASUS\Desktop\final_saket2.jpg -i3 C:\Users\ASUS\Desktop\final_saket3.jpg -a false (2268, 4032, 3) (2268, 4032, 3) waist 350.0494518583487 Traceback (most recent call last): File "code.py", line 425, in main() File...

(BMCV) dilshad@kali:~/Desktop/BMCV$ python experiment.py -i1 1.jpg -i2 2.jpg -i3 3.jpg -a True (2268, 4032, 3) Segmentation Completed 1 (2268, 4032, 3) Segmentation Completed 2 Affine Corrected /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

``` python code2.py -i1 aman1.jpg -i2 aman2.jpg -i3 aman3.jpg -a True helllooooo Traceback (most recent call last): File "code2.py", line 401, in main() File "code2.py", line 376, in main metre_pixel_x,metre_pixel_y,coordinate,affine_correct_parameters=analyze_chessboard(image,affine_correct_flag)...

Updated code2.py it working with both Ubuntu and Anaconda environment

Hello, I hope you're doing well. I'm working on an assignment for a course that involves CV and body measurements, and I was wondering whether I could fork your repository...