蕭登方 (Hsiao, Teng-Fang)

Results 2 comments of 蕭登方 (Hsiao, Teng-Fang)

For Linux OS: the paths looks like: "Yolov3/imgs/eagle.jpg" But for Windows OS: the paths looks like: "Yolov3\\imgs\\eagle.jpg" -------------------------- So we need to change the code in detect.py From: det_names =...

I think, the error occur due to the error of GUI support It is obvious when you modify the line 3-10 of `python3.9/site-packages/genesis/vis/rasterizer_context.py` ``` try: from genesis.ext import pyrender, trimesh...