Huancheng Xiao
Results
3
comments of
Huancheng Xiao
same quetion!,did you solve it?
> my results on semantickitti seq 08 is 0.558? you can modify the KNN["use"] to True and try again
我把container_process中容器文件系统的目录cmd.Dir = /root/busybox ,改到宿主机用户目录下面工作空间的目录就好了,没有放在/root/下 // 配置Namespace 创建父进程 func NewParentProcess(tty bool) (*exec.Cmd, *os.File) { readPipe, writePipe, err := NewPipe() if err != nil { log.Errorf("New pipe error %v", err) return nil,...