Samuel Davis

Results 2 comments of Samuel Davis

> Yes, we can only evaluate on MOT16-train. If we want to evaluate the MOT16-test, we need to submit the results to the MOT Challenge website. For implementing evaluation on...

Also, facing the crash issue but mostly for a different reason ``` fn __mul__(inout self, inout other: Float32): var tmp = Value(other) var child = List[Value](self, tmp) var out =...