You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.
1.I want to build an plugin for Flutter , so i added ' s.dependency 'LibTorch-Lite', '~>1.12.0' ' in podspec ,
2.then i imported'#import <Libtorch-Lite/Libtorch-Lite.h>' but get the following error : ' 'torch/csrc/jit/mobile/import.h' file not found,Lexical or Preprocessor Issue'
What should i do? I want to transplant the ObjectDetection into Flutter Plugin to run custom Yolov5s model.
The text was updated successfully, but these errors were encountered:
1.I want to build an plugin for Flutter , so i added ' s.dependency 'LibTorch-Lite', '~>1.12.0' ' in podspec ,
2.then i imported'#import <Libtorch-Lite/Libtorch-Lite.h>' but get the following error : ' 'torch/csrc/jit/mobile/import.h' file not found,Lexical or Preprocessor Issue'
What should i do? I want to transplant the ObjectDetection into Flutter Plugin to run custom Yolov5s model.
The text was updated successfully, but these errors were encountered: