Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/onnx #8

Open
wants to merge 8 commits into
base: main
Choose a base branch
from
Open

Feature/onnx #8

wants to merge 8 commits into from

Conversation

walbermr
Copy link

@walbermr walbermr commented Jan 7, 2024

  • ONNX is now on librcsc
  • Deep Ball error prediction network using sklearn + onnx

@Pvcunha
Copy link
Contributor

Pvcunha commented Jan 9, 2024

A maneira de buildar a lib mudou? Se sim, adiciona isso no readme

@walbermr
Copy link
Author

A maneira de buildar a lib mudou? Se sim, adiciona isso no readme

não

@RafaelRL3
Copy link
Contributor

RafaelRL3 commented Jan 17, 2024

A maneira de buildar a lib mudou? Se sim, adiciona isso no readme

Sim, Mudou !

Precisa atualizar o Readme a partir da linha 26
onde tem-se o seguinte :

To build the library, execute commands from the root of source directory:

./bootstrap
./configure --disable-unit-test
make

Para :

To build the library, execute commands from the root of source directory:

mkdir build && cd build
cmake ..
make

@RafaelRL3
Copy link
Contributor

  • Revisar o CmakeList, dado que ele está instalando lib no ~/local/ ao inves do /usr/local , deixando o rcsc no ~/local
  • Pode ser alterado na linha 23 do CmakeList.txt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants