XiyaLiu
XiyaLiu
Could you provide **e2e_interact_net_R-50-FPN_1x.yaml** file that shows in **Visualization.ipynb** and **test_in_train.py**? I want to learn and test interact net. Thank You!!!!!
我的文件为 build.gradle ``` android { compileSdk 31 defaultConfig { applicationId "com.example.myhimalaya" minSdk 24 targetSdk 31 versionCode 1 versionName "1.0" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } ``` build.gradle ``` // Top-level build file where...
The Readme says that ``` $ cd sample/movie/ $ ./stereo_movie left_image_%04d.pgm right_image_%04d.pgm ``` to execute sample. but there is no stereo_movie file? Instead a stereosgm_movie .cpp. So How should I...