chris liu
chris liu
I have already install the mmdet by using "pip install -v -e ." and pass the test "python demo/image_demo.py demo/demo.jpg rtmdet_tiny_8xb32-300e_coco.py --weights rtmdet_tiny_8xb32-300e_coco_20220902_112414-78e30dcc.pth --device cpu", but when I run my...
I have already build a folder named Task000 and follow the document create the raw_splitted folder and so on, But when I run nndet_prep 000 It shows d:\nndetection\nndet\utils\check.py:52: UserWarning: Warning:...
Obtaining file:///D:/nnDetection Preparing metadata (setup.py) ... error error: subprocess-exited-with-error × python setup.py egg_info did not run successfully. │ exit code: 1 ╰─> [8 lines of output] Traceback (most recent call...
here is the full log about the mistake: creating build\bdist.win-amd64\wheel\nnunet\experiment_planning\alternative_experiment_planning\target_spacing copying build\lib\nnunet\experiment_planning\alternative_experiment_planning\target_spacing\experiment_planner_baseline_3DUNet_targetSpacingForAnisoAxis.py -> build\bdist.win-amd64\wheel\.\nnunet\experiment_planning\alternative_experiment_planning\target_spacing error: could not create 'build\bdist.win-amd64\wheel\.\nnunet\experiment_planning\alternative_experiment_planning\target_spacing\experiment_planner_baseline_3DUNet_targetSpacingForAnisoAxis.py': No such file or directory [end of output] note: This error...
I have a pretrained model build by V2. And I notice that V2 did not have the function that running inference with pretrained model, only V1 had that function. If...