victorhqx

Results 2 issues of victorhqx

when I try to use torch2trt in yolactedge evaluation: ``` python eval.py --trained_model=../Downloads/yolact_edge_54_800000.pth --score_threshold=0.8 --top_k=100 --image=test_Color.jpg --use_tensorrt_safe_mode Config not specified. Parsed yolact_edge_config from the file name. [04/30 15:22:51 yolact.eval]: Loading...

What is the problem? ``` python simple_extractor.py --model-restore exp-schp-201908261155-lip.pth --input-dir input --output-dir output Traceback (most recent call last): File "D:\miniconda3\envs\schp\lib\site-packages\torch\utils\cpp_extension.py", line 1418, in _run_ninja_build subprocess.run( File "D:\miniconda3\envs\schp\lib\subprocess.py", line 516, in...