Giter VIP home page Giter VIP logo

3d-cvf's People

Contributors

jaekyumkim avatar rasd3 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  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  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

3d-cvf's Issues

about rbbox_iou_loss

hi, when I run 'from spconv.utils import rbbox_iou, rbbox_iou_loss' in box_np_ops.py, it occurs an error: ImportError: cannot import name 'rbbox_iou_loss'. However, when I ask the author about rrbox_iou_loss, he said there isn't any rbbox_iou_loss in spconv. So how should I modify the code?

ModuleNotFoundError: No module named 'iou3d_nms_cuda'

Traceback (most recent call last):
File "train.py", line 19, in
from second.builder import target_assigner_builder, voxel_builder
File "/home/codes/deeplearn/3d/3D-CVF/second/builder/target_assigner_builder.py", line 3, in
from second.core.target_assigner import TargetAssigner
File "/home/codes/deeplearn/3d/3D-CVF/second/core/target_assigner.py", line 1, in
from second.core import box_np_ops
File "/home/codes/deeplearn/3d/3D-CVF/second/core/box_np_ops.py", line 5, in
from second.core.non_max_suppression.nms_gpu import rotate_iou_gpu_eval
File "/home/codes/deeplearn/3d/3D-CVF/second/core/non_max_suppression/init.py", line 2, in
from second.core.non_max_suppression.nms_gpu import (nms_gpu, rotate_iou_gpu,
File "/home/codes/deeplearn/3d/3D-CVF/second/core/non_max_suppression/nms_gpu.py", line 11, in
import iou3d_nms_cuda
ModuleNotFoundError: No module named 'iou3d_nms_cuda'

I use the envirment "docker pull yckimm/second:second_v1.5", and get this error.
could you fix it

question of voxelnet_second

Hi @Jaekyumkim ,thank you for your outstanding work. I am trying to run the second stage of the code. In the class VoxelNet (in voxelnet_second.py), self.rpn is initialized as rpn_class_dic["RPN_SECOND_FUSION"], and self.second_rpn is initialized as rpn_class_dict["RPN_FUSION"]. Is it reversed?
Also the part second_preds_dict = self.second_rpn(bev_crops_output, concat_crops_output) does't match the code in rpn.py. The number of input parameters is not even enough. Is there some code missing in rpn.py?

When to open source?

Hello, may I know when would the code be published? I'm so interested about your great work.

about steps and epochs

hi, I found that in your code your train the model with the step number but not max_num_epoch, so what's the meaning of the max_num_epoch?

When I minimize the batch_size from 12 to 4, do I have to set steps for three times?

second training stage

Has anyone run the second training stage successfully? Seems like the PointNet encoding part after RoI pooling is missing.

idx_offset is not defined

idx_offset is not defined in train.py.
what is the mean of idx_offset?
how can i solve this problem?
thanks!

more details?

Can you provide more details, such as pre-training models

spconv ImportError: cannot import name 'rbbox_iou_loss' from 'spconv.utils'

Traceback (most recent call last):
File "pytorch/train.py", line 16, in
from second.builder import target_assigner_builder, voxel_builder
File "/home/lzh/3dcode/fuse/3D-CVF/second/builder/target_assigner_builder.py", line 3, in
from second.core.target_assigner import TargetAssigner
File "/home/lzh/3dcode/fuse/3D-CVF/second/core/target_assigner.py", line 1, in
from second.core import box_np_ops
File "/home/lzh/3dcode/fuse/3D-CVF/second/core/box_np_ops.py", line 7, in
from spconv.utils import rbbox_iou, rbbox_iou_loss
ImportError: cannot import name 'rbbox_iou_loss' from 'spconv.utils' (/home/lzh/anaconda3/envs/i3dcvf/lib/python3.7/site-packages/spconv/utils/init.py)

** The rbbox_iou_loss method where i can get??

thank you very much **

Pre-trained model files missing

Hi,
Thanks for sharing the code of your method. I am trying to reproduce your results with your code but I am missing the pre-trained weight files you are using to initialize your networks: pre_weight/FPN18_retinanet_968.pth and pre_weight/first_stage/fusion_split/voxelnet-35210.tckpt.
Is there a way to download those files somewhere or pre-train the networks in a similar way ?

data_augmentation

could you share with us more details about data augmentation, which are used in paper? thank you for your sharing!

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.