AI-Hunter

Results 26 issues of AI-Hunter

@CaptainEven Thanks for your nice repo. There are two dataset preparation/loader: MultiScaleJD ans JointDataset When I am using JointDataset, it produce the following error: ``` scale_idx = data_loader.dataset.batch_i_to_scale_i[batch_i] AttributeError: 'JointDataset'...

Thanks for the nice repo. Would you tell me please why it is called Bottleneck? Would share a structure(graph) of CSPBottleneck? Thanks in advanced

I have point cloud data without rgb information. I want to segment it, can I use this method for point cloud segmentation. If yes, would you give some advice or...

How can It work from scratch (without pretrained model)? Thanks

Time zone is really necessary? I am going to build a docker file but it freeze here. ``` debconf: (TERM is not set, so the dialog frontend is not usable.)...

@outsidercsy I tried to run test.py using your pretrained model, but it produced the error: Traceback (most recent call last): File "test.py", line 278, in test(model, model_fn, data_name, cfg.test_epoch) File...

It makes little confused about the value of the input_channel. Is it 3 or 6 (xyzrgb)? ``` DATA: data_root: /home/khalilullah/HAIS_spconv12_cuda112py110/dataset dataset: scannetv2 filename_suffix: _inst_nostuff.pth classes: 20 ignore_label: -100 **input_channel: 3**...

Can I setup the source code in GeForce RTX 2080i? I tried in windows but it failed, especially for Eigen and Cuda. Do you have any suggestions? By the way,...

In the DROID-SLAM paper , you use different terms for bundle adjustment. Such as , Local bundle adjustment global bundle adjustment dense bundle adjustment full bundle adjustment Motion-only bundle adjustment...

I want to annotate my custom data to make a similar format to the MOT data format. Are there any open source/free annotation tools? Thanks