Hey all, I’m struggling with my Jetracer at the road_following step. I’ve successfully trained the visual model using the intergrated_regression notebook and I have saved that model. However, when I go to do anything with road_following.ipynb, I hit a wall.
Every time I start any of the code segments in this section, I get the NameError: name ‘_C’ is not defined. I’ve only included the first chunk of code, but I get it for almost every section of code. I can give screenshots of the other errors if needed, but this block seems the most important for the rest of the page to get working.
None of this sheet works because I can’t define the “model” or “model_trt” variables that the whole page depends on. I’ve googled for hours and haven’t found anything helpful. I’ve already tried upgrading torch, activating the code in different orders, added “import cv2” in multiple places, turned it off and then turned it back on again, burned some sage, splashed some holy water on it… nothing. Any help with this issue would be greatly appreciated. Thank you!
