-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Could you provide your results in each config? #36
Comments
which basically confirms the val1 results from the paper
and also the official repo with also right image.
|
FROM nvidia/cuda:11.1-cudnn8-devel-ubuntu20.04
RUN apt-get upgrade -y
RUN apt-get update
RUN DEBIAN_FRONTEND=noninteractive apt-get install python3.8 python3-pip nano libsm6 libxext6 libxrender-dev libgl1-mesa-glx libglib2.0-0 python3-tk -y
RUN pip3 install -U pip
RUN pip3 install future -U
RUN apt install git nano htop -y
RUN pip3 install tensorflow pandas matplotlib numpy pillow opencv-python scikit-image numba tqdm cython fire easydict cityscapesscripts pyquaternion
ARG CUDA_VER="110"
ARG TORCH_VER="1.7.1"
ARG VISION_VER="0.8.2"
RUN pip3 install torch==${TORCH_VER} torchvision==${VISION_VER} -f https://download.pytorch.org/whl/cu${CUDA_VER}/torch_stable.html Dockers with basic configurations like this should work fine. |
|
Thanks for sharing. |
I'm sorry to tell you that the results get even worse after I try the release 1.0 and use your dockerfile. The new results are: (all experiments train on one GPU, and use the parameters in xx_example.)
In monoflex:
In KM3d:
Do you have any other ideas about my bad results? |
The computation of observation angle in v1.0 is not correct for usage in monoflex/km3d. You need to use v1.1 to have that correct for monoflex and km3d. The result of the baseline goes rather wild, even 2D detection result is worse than what should be expected. I will take some time to investigate. |
A tensorboard result is attached. This piece is trained on the code downloaded from version 1.0. You can check the loss and the configuration files.
|
First thanks for your reply. And I check out the loss(results as follows). |
How can I get mAP of AP11, can you provide a scripts. |
@JensenGao Directly modify the function here to this while not change the function name. Then launch the test script from root or directly run the evaluator |
Could you provide your results in each config?
Thanks for your work. Because my results using your code is lower than that in papers. I would appreciate if you provide the results for each config. And if it's possible, could you provide a docker for easily install(some machine can't install well, due to conflict among packages?)
And my results as follows: (It seems something wrong in Yolo3D_example and KM3D_example)
In Ground-aware:)
In monoflex:
In RTM3d:
The text was updated successfully, but these errors were encountered: