Rachel Gardner
Rachel Gardner
Error: ``` /usr/include/GL/osmesa.h:137:1: error: ‘GLAPI’ does not name a type GLAPI OSMesaContext GLAPIENTRY ``` fixed by removing `#undef GLAPI` in `/usr/include/GL/glew.h` as suggested by @YunYunY :) Thanks for the tips!...
Is this a planned feature? It looks like this functionality is now available in the original pdoc repo: https://github.com/mitmproxy/pdoc/issues/15#issuecomment-762951529. In fact, the pdoc repo is now actively maintained and has...
Any updates on this? The linked PR from @danparizher looks super close :)
To get the segmentation network (FCNAlexNet trained on the CityScapes dataset), you can use the following (pulled from the [Jetson Inference Repo](https://github.com/dusty-nv/jetson-inference)): ``` wget --no-check-certificate 'https://nvidia.box.com/shared/static/mh121fvmveemujut7d8c9cbmglq18vz3.gz' -O FCN-Alexnet-Cityscapes-HD.tar.gz tar -xzvf...