The Wayback Machine - https://web.archive.org/web/20201124014435/https://github.com/topics/classroom
Skip to content
#

classroom

Here are 218 public repositories matching this topic...

DohyunKimOfficial
DohyunKimOfficial commented May 19, 2020

We have openpose v1.5.1 submodule on our codebase, but recent release of Openpose v1.6.0 breaks our Docker build.

Error log:

Step 16/28 : RUN cmake /openpose && make -j 8 && make install
**OMITTED**
-- Found glog    (include: /usr/include, library: /usr/lib/x86_64-linux-gnu/libglog.so)
-- Found Protobuf: /usr/lib/x86_64-linux-gnu/libprotobuf.so;-lpthread (found version "3.0.0")
-- 
icyflame
icyflame commented Apr 5, 2018

Currently, subjects are represented as []strings instead of a struct which has [these keys][1].

Doing this will allow us to eliminate the [change_map_structure][2] step from the process. The conversion from []string to the struct can be done [here][3], by iterating over each element of dep_val.Subjects and assigning it to the appropriate field of the struct. Validations can also be

Improve this page

Add a description, image, and links to the classroom topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the classroom topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.