在research文件夹下面:shift+右键 的Windows powershell中使用以下命令可以全部编译:
Get-ChildItem object_detection/protos/*.proto |Resolve-Path -Relative | %{protoc $_ --python_out=.}
在research文件夹下面:shift+右键 的Windows powershell中使用以下命令可以全部编译:
Get-ChildItem object_detection/protos/*.proto |Resolve-Path -Relative | %{protoc $_ --python_out=.}