luoh226

Results 8 comments of luoh226

@jinweiisgreat 是的,它的mAP是81类的

我也遇到了这个问题,只需要在安装的时候把提示的这些文件夹暂时移出安装路径即可正常安装。

I have the same problem.

https://github.com/autonomousvision/good/issues/1#issue-1854718929 You could modify extract_outputs.py like: ```python if args.ori: # cfg = Config.fromfile(f'mmdet_config_ori.py') cfg = Config.fromfile(f'configs/good/phase1_depth.py') else: #cfg = Config.fromfile(f'mmdet_config_{args.max_size}.py') cfg = Config.fromfile(f'configs/good/phase1_depth.py') ``` It just make it run, but...

> [#1 (comment)](https://github.com/autonomousvision/good/issues/1#issue-1854718929) > > You could modify extract_outputs.py like: > > ```python > if args.ori: > # cfg = Config.fromfile(f'mmdet_config_ori.py') > cfg = Config.fromfile(f'configs/good/phase1_depth.py') > else: > #cfg =...

```python # self.gt_OODcoco_api = COCO(self.args.dataset_dir + "/annotations/instances_val2017_extended_ood.json") self.gt_OODcoco_api = COCO(self.args.dataset_dir + "/annotations/instances_val2017_coco_ood.json") ```

2个gpu也死锁。。