FLEX icon indicating copy to clipboard operation
FLEX copied to clipboard

evaluation problem

Open flynnamy opened this issue 3 years ago • 18 comments

Hi,when I do evaluation by using your model but could not get your results. Have you checked the shared model ? @BrianG13 image

flynnamy avatar Dec 03 '21 12:12 flynnamy

Hi @flynnamy , I am glad you are trying to use our model :) Could you post the command line you used?

BrianG13 avatar Dec 04 '21 14:12 BrianG13

Hi, I use command like this: python3 evaluate_multiview.py --resume=./4_views_mha64_gt.pth --device=0 @BrianG13

flynnamy avatar Dec 04 '21 14:12 flynnamy

I run the repo on a clean machine and it works as expected. Can you please copy&paste here the entire logs that are printed on terminal?

BrianG13 avatar Dec 06 '21 12:12 BrianG13

Please check this file: @BrianG13 test.log

flynnamy avatar Dec 06 '21 13:12 flynnamy

Could you please log your conda list output ?

I tried on 3 different machines and the results I am getting are as expected. I will update the code with an option to run over cpu later this week (Which GPU are you using?)

BrianG13 avatar Dec 13 '21 08:12 BrianG13

same problem using RTX3090 torch=1.8 cuda 11.1

cvlzw avatar Dec 19 '21 10:12 cvlzw

@tbcvContributor did you created your conda env with the environment file? Could you please log your conda list output ?

BrianG13 avatar Dec 20 '21 08:12 BrianG13

@tbcvContributor did you created your conda env with the environment file? Could you please log your conda list output ? conda-list.txt

cvlzw avatar Dec 20 '21 09:12 cvlzw

@tbcvContributor I see we are using different tensor versions and also different cuda drivers. Yours: torch=1.8.0+cu111 Mine: pytorch=1.4.0=py3.6_cuda10.0.130_cudnn7.6.3_0

Maybe this is the root for the differences, in the next days I will try to run with your pkgs and see if this is the reason for different results

BrianG13 avatar Dec 22 '21 12:12 BrianG13

Could you try to create a conda list from the requirements file published in this repo and retry the experiment?

BrianG13 avatar Dec 28 '21 13:12 BrianG13

image same question.

haolyuan avatar Mar 28 '22 06:03 haolyuan

@Yamato-01 Could you please log your conda list output ?

BrianG13 avatar Mar 30 '22 13:03 BrianG13

conda_list.txt here~

haolyuan avatar Mar 31 '22 08:03 haolyuan

same problem image

nixsui avatar Jul 19 '22 09:07 nixsui

I'm having a similar problem evaluating the model.

+--------------+------------+---------------------+
|    Action    | MPJPE (mm) | Acc. Error (mm/s^2) |
+--------------+------------+---------------------+
|  Directions  |   59.38    |         0.83        |
|  Discussion  |   94.65    |         1.18        |
|    Eating    |   84.15    |         0.93        |
|   Greeting   |   82.13    |         1.38        |
|   Phoning    |   84.43    |         0.94        |
|    Photo     |   111.49   |         0.95        |
|    Posing    |   77.40    |         0.88        |
|  Purchases   |   105.69   |         1.66        |
|   Sitting    |   99.25    |         0.60        |
| SittingDown  |   106.31   |         1.03        |
|   Smoking    |   89.77    |         0.83        |
|   Waiting    |   87.34    |         0.82        |
|   WalkDog    |   141.06   |         2.94        |
| WalkTogether |   97.24    |         2.66        |
|   Walking    |   92.90    |         2.57        |
|              |            |                     |
|   Average    |   94.80    |         1.35        |
+--------------+------------+---------------------+

Environment:

  • Windows 11 (21H2)
  • PyTorch v1.12.1
  • CUDA v11.7

ghost avatar Aug 27 '22 18:08 ghost

Did u guys installed the environment as specified?

BrianG13 avatar Aug 31 '22 12:08 BrianG13

same problem 2022-11-06_22-38 conda list.txt

wkailiu avatar Nov 06 '22 14:11 wkailiu

Did u guys installed the environment as specified?

I tried recreating the environment, both with pip and conda. I'm installing the exact same version of libraries (with the same CPython version). The conda environment works fine and produces the expected results, but the pip environment is outputting incorrect outputs.

Any guesses as to what might be the issue?

aryan-f avatar Feb 04 '23 10:02 aryan-f