Karl

Results 7 issues of Karl

请问这是默认的吗?我的参考文献顺序不是文中引用的顺序,该如何修改呢?

**Describe the bug** File "/home/puzek/.local/lib/python3.6/site-packages/torch/nn/modules/module.py", line 889, in _call_impl result = self.forward(*input, **kwargs) File "/home/puzek/yolo_ws/yolact_ws/yolact_edge/yolact_edge/yolact.py", line 1627, in forward outs = self.backbone(x, partial=True) File "/home/puzek/.local/lib/python3.6/site-packages/torch/nn/modules/module.py", line 889, in _call_impl result...

my command: python eval.py --trained_model=weights/yolact_edge_54_800000.pth --score_threshold=0.3 --top_k=100 --video_multiframe=2 --trt_batch_size 2 --video=my_video.mp4 ![mmexport1632707143891](https://user-images.githubusercontent.com/58280081/134834281-c0da9f6e-dfa0-47fc-a0bd-63aa709f5b7d.jpg)

Is there a visualization tool?

I am using a model based on mmdet3d v0.17.1, but I meet an error when installing it log: Installed /home/puzek/anaconda3/envs/bevformer/lib/python3.8/site-packages/mmdet3d-0.17.1-py3.8-linux-x86_64.egg Processing dependencies for mmdet3d==0.17.1 error: numpy 1.19.5 is installed but...

log: Installed /home/puzek/anaconda3/envs/bevformer/lib/python3.8/site-packages/mmdet3d-0.17.1-py3.8-linux-x86_64.egg Processing dependencies for mmdet3d==0.17.1 error: numpy 1.19.5 is installed but numpy>=1.20.3 is required by {'pandas'}

Thanks a lot for your work. I tried to test the pretrained model on 2 3090 gpus and encountered with some problems 1. I run `torchpack dist-run -np 2 python...