Giter VIP home page Giter VIP logo

ida-3d's People

Contributors

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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

ida-3d's Issues

How to get label_3 from KITTI benchmark?

Hi, I notice that your provide processed dataset and give a data folder format. I am confused about the 'label_3d'? How to get this file from the original KITTI 3D Benchmark? Please provide the data_generate codebase if it is generated by yourself.

运行时间问题

您好,请问一下论文中提到的一秒12帧是全部的运行时间还是只包括IDA模块?

Multi-task loss

I don't find the multi-task loss. Can you help me point out where their weights are set in code?
loss

error when run code on Singularity

I followed instructions to run the code on singularity. But when I run test_net.py. There is an error occurred. Does my local CUDA version(11.0) cause this issue?

(tdrcnn) Singularity> python test_net.py --config-file self_exp/exp_1.yal --ckpt self_exp/exp_1/model_0080000.pth
Traceback (most recent call last):
File "test_net.py", line 15, in
from maskrcnn_benchmark.engine.inference import inference
File "/home/usr1/Desktop/project/IDA-3D/maskrcnn_benchmark/engine/inference.py", line 10, in
from maskrcnn_benchmark.data.datasets.evaluation import evaluate
File "/home/usr1/Desktop/project/IDA-3D/maskrcnn_benchmark/data/datasets/evaluation/init.py", line 3, in
from .kitti import kitti_evaluation
File "/home/usr1/Desktop/project/IDA-3D/maskrcnn_benchmark/data/datasets/evaluation/kitti/init.py", line 3, in
from .kitti_eval import do_kitti_evaluation
File "/home/usr1/Desktop/project/IDA-3D/maskrcnn_benchmark/data/datasets/evaluation/kitti/kitti_eval.py", line 11, in
from maskrcnn_benchmark.structures.boxlist_ops import boxlist_iou
File "/home/usr1/Desktop/project/IDA-3D/maskrcnn_benchmark/structures/boxlist_ops.py", line 6, in
from maskrcnn_benchmark.layers import nms as _box_nms
File "/home/usr1/Desktop/project/IDA-3D/maskrcnn_benchmark/layers/init.py", line 10, in
from .nms import nms
File "/home/usr1/Desktop/project/IDA-3D/maskrcnn_benchmark/layers/nms.py", line 3, in
from maskrcnn_benchmark import _C
ImportError: libcudart.so.11.0: cannot open shared object file: No such file or directory

I wonder what each of the four values after "0-10:" means.

Thank you for releasing the code.
I have a question while studying your code, so I want to ask you.
The results of the interference are as follows:

maskrcnn_venchmakr. inference INFO: positions_z : 0.6279727, 0.7480121
0 - 10 : 0.28888804, 3.0077264 0.14014673, 19.665281
10 - 20: 0.xxxxxxx, 0.xxxxxxxxx 0.xxxxxxx, 0.xxxxxxxxx
~
~
~

I wonder what each of the four values after "0-10:" means

Thank you for reading

Directory error during evaluation

Hello,
I am trying to use the pre-trained model for the evaluation.
./test.sh and python generate_results.py were done without any error.
However, when I run the evaluation with ./kitti_eval/evaluate_object datasets/kitti/label_2 self_exp/exp_1/kitti_test/result_xxx command, it gives me an message like below:

mkdir: cannot create directory 'self_exp/exp_1/kitti_test/result_xxx/plot': No such file or directory
Loading detections...
number of files for evaluation: 0
done.

It fails to make the directory and the number of files for evaluation comes out as 0.
How to solve the issue?

Thank you for your help.

a issue about orientation regression

hi, thanks for public your code work firslty.
i got a confusion when i compare the code and the paper in the part of orientation regression. according to the paper, the orientation angle was calculated by the estimated viewpoint angle, that makes sense, but when i read the implemented code, it regresses the encoded orientation angle directly instead. so i was wondering did i misunderstand something?
looking forward to your reply, thanks in advance.

the code availabel?

Hello, I'm very interested in your work, when can the code be available?
THANK YOU!

How to get post-processed data?

Hi,
I followed your link to the post-processed data, but there are only

  • calib
  • label_3d
  • splits

where can i find the

  • image_2
  • image_3
  • label_2

in the right format?

Code for 3D CNN

Hi, I cant find the part of your code where you construct the cost volume and the nonuniform quantization. Can you point me to where can I find them in your repo?

Thank you very much

How to pre-process KITTI data?

Hi @swords123

Thank you for making the source code of your paper available. I am trying to reproduce your results, but I am facing a problem.

The server where you have uploaded the pre-processed dataset is really slow. So, I have been unable to download the dataset from the link provided by you. Instead, I went directly to the website of KITTI dataset and downloaded data_object_image_2.zip and data_object_image_3.zip. How do I pre-process this data to get it into the format expected by the training script?

Single GPU use your code

Hello, I use TITAN XP single card to run your code. I followed your instructions strictly. I just delete -m torch.distributed.launch --nproc_per_node=2 in train.sh and test.sh file. But the results I got are lower from those mentioned in your paper. The result are produced from the model you provide. I don't know what went wrong, so I want to ask you.

The result is as follows:
car_detection AP: 90.297791 87.596001 78.844795
car_orientation AP: 90.119148 86.847435 77.664543
car_detection_ground AP: 69.266022 50.099205 43.286926
car_detection_3d AP: 53.662960 36.799820 32.361221

train_net.py

我运行train。。。为什么总是出现这个问题ImportError: cannot import name '_C',怎么解决的?

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.