├── Android_App ├── .gitignore ├── app │ ├── build.gradle │ ├── build │ │ ├── generated │ │ │ ├── res │ │ │ │ └── pngs │ │ │ │ │ └── debug │ │ │ │ │ └── drawable-anydpi-v24 │ │ │ │ │ └── ic_launcher_foreground.xml │ │ │ └── source │ │ │ │ └── buildConfig │ │ │ │ └── debug │ │ │ │ └── org │ │ │ │ └── tensorflow │ │ │ │ └── codelabs │ │ │ │ └── objectdetection │ │ │ │ └── BuildConfig.java │ │ ├── intermediates │ │ │ ├── annotation_processor_list │ │ │ │ └── debug │ │ │ │ │ └── annotationProcessors.json │ │ │ ├── compatible_screen_manifest │ │ │ │ └── debug │ │ │ │ │ └── output-metadata.json │ │ │ ├── compile_and_runtime_not_namespaced_r_class_jar │ │ │ │ └── debug │ │ │ │ │ └── R.jar │ │ │ ├── compressed_assets │ │ │ │ └── debug │ │ │ │ │ └── out │ │ │ │ │ └── assets │ │ │ │ │ └── COPY_TFLITE_MODEL_HERE.jar │ │ │ ├── dex │ │ │ │ └── debug │ │ │ │ │ ├── mergeExtDexDebug │ │ │ │ │ └── classes.dex │ │ │ │ │ └── mergeProjectDexDebug │ │ │ │ │ └── classes.dex │ │ │ ├── dex_archive_input_jar_hashes │ │ │ │ └── debug │ │ │ │ │ └── out │ │ │ ├── dex_number_of_buckets_file │ │ │ │ └── debug │ │ │ │ │ └── out │ │ │ ├── incremental │ │ │ │ ├── debug-mergeJavaRes │ │ │ │ │ ├── merge-state │ │ │ │ │ └── zip-cache │ │ │ │ │ │ ├── +K0eO94k+AehpSd8v_Vs4XKV4KU= │ │ │ │ │ │ ├── 26PB558JakE0EEXxLka9qrxbhdw= │ │ │ │ │ │ ├── 491qTDeQSKj23dqxY8wz1aM3rzI= │ │ │ │ │ │ ├── 6nh14yNqD+57mqyQfc8ok7xHuKo= │ │ │ │ │ │ ├── 8eK2f834_yvx1W6ykFle0L0xPMs= │ │ │ │ │ │ ├── 8k96Xdjm2Pc9MDBuV3ZkHjudBsg= │ │ │ │ │ │ ├── 9cxOgxfg9N0f0MI1ox0hvOOAHWo= │ │ │ │ │ │ ├── AuUzczQGo65wH1WosCGFdE4YKYg= │ │ │ │ │ │ ├── DDR0Z6fZ2PdzuGE7c5AAvquQzeg= │ │ │ │ │ │ ├── G1LU5SX0EqTSvpYeIaQWeRH6qqY= │ │ │ │ │ │ ├── GpmZvkuaLZwUBYIZwTJGKAIXKYg= │ │ │ │ │ │ ├── I1kT_iq1aoKZFmIZZyDpC1jhYbw= │ │ │ │ │ │ ├── LVOMrXNA22AYiI8y4YiErcv47IU= │ │ │ │ │ │ ├── MNjCEpL50+CB8sdM9mjBk9zVAlo= │ │ │ │ │ │ ├── MgM4y2juziTVdfTF9tvMnex_zgo= │ │ │ │ │ │ ├── N55SyxLckg7kMRtRIU1zXiOvuCQ= │ │ │ │ │ │ ├── N5y0NvHNlkmfQoWVyc5pyCVHt1s= │ │ │ │ │ │ ├── Njsl7JDhbzyaYemZfEBTh6lcQoA= │ │ │ │ │ │ ├── Nzdx+UHCqeQJdE0mzQgqu6id6U4= │ │ │ │ │ │ ├── PBvQnP1B+zPfXAsTVr7NoVE7d9M= │ │ │ │ │ │ ├── PFM5LV9brnUlj+u6sYhwQ4MiD7Q= │ │ │ │ │ │ ├── Pt7j+DNtnE3Z1HYH7opymag6adA= │ │ │ │ │ │ ├── RWvyLsaGMqYJdwtb1PYAEPT6cSE= │ │ │ │ │ │ ├── RajO+1ZTrZmvMa0NokfwjTbkI9c= │ │ │ │ │ │ ├── RvhAoL7OvF6e2yo+aF0TtLG_9UU= │ │ │ │ │ │ ├── S+GMkT5fqmDnH1fEFRTVxrkP5W4= │ │ │ │ │ │ ├── WZVnH36TktyZLkudLAGcQ4P2j9A= │ │ │ │ │ │ ├── YuKF4p+6wvg+ilypaV8XXkdK1xk= │ │ │ │ │ │ ├── ahH4Z8_DbjiZMhBIZXWRuimoNG4= │ │ │ │ │ │ ├── cLbvMGL3VAUm18O2B_kzqXAERjo= │ │ │ │ │ │ ├── cSbe9SBSG2+ddAV6Euh6ZnX2nEA= │ │ │ │ │ │ ├── dxVvbZodhlnAvGGeo8g+IfTVbTg= │ │ │ │ │ │ ├── edNrRS4p9HDgIfsQ93wLYTRgTgI= │ │ │ │ │ │ ├── g2m5KA4t4yF7_C7apNisNr_d42Y= │ │ │ │ │ │ ├── g38HQzBwSTWucl0p0kNTTZAkWQ8= │ │ │ │ │ │ ├── gDz2Ojt3FRzxOpYg21GIQd39HsE= │ │ │ │ │ │ ├── lM0NZF3vLp+KKmRDb2uCh2wnxAw= │ │ │ │ │ │ ├── mJKVXW1OyfsL8B8A32YqrznW4ag= │ │ │ │ │ │ ├── moZc+UQZBeBwettiKMC6jRqG1Lg= │ │ │ │ │ │ ├── mtvhtPr6+XZ9453g+5yJ1ImgfS4= │ │ │ │ │ │ ├── w5VVh8J2InUMj1ZRfv+c2oScVgU= │ │ │ │ │ │ ├── wRQsbIhqZnpGWO7JQfVQ+5gaJgM= │ │ │ │ │ │ ├── wY34V9L_9S2pc_iNzbcMX_SNcbk= │ │ │ │ │ │ ├── wlwUH_XnEnLDGeGfVJ713IEOwRU= │ │ │ │ │ │ ├── xbrFx316fRad9sdmJBLVuGsb9GM= │ │ │ │ │ │ ├── xezo0JTfPG1XGMb57Kxa6zqEUho= │ │ │ │ │ │ ├── y3RbPvEvb8TjoIMN+_0VhchhIRY= │ │ │ │ │ │ ├── ySDtIAV95Mdjv+RDigYdVTcePeY= │ │ │ │ │ │ ├── yX3Ax+sh_lIg+A5Zsy7MNecE7AI= │ │ │ │ │ │ ├── z6x2HCvUm4fkykvP3sWUPWIYJRo= │ │ │ │ │ │ ├── zY28rGb_iTyumqCUbi1sblfBQag= │ │ │ │ │ │ └── zeDkpMe3Z3vdGIGEHtAin7hxyug= │ │ │ │ ├── debug-mergeNativeLibs │ │ │ │ │ ├── merge-state │ │ │ │ │ └── zip-cache │ │ │ │ │ │ ├── +K0eO94k+AehpSd8v_Vs4XKV4KU= │ │ │ │ │ │ ├── 26PB558JakE0EEXxLka9qrxbhdw= │ │ │ │ │ │ ├── 491qTDeQSKj23dqxY8wz1aM3rzI= │ │ │ │ │ │ ├── 6nh14yNqD+57mqyQfc8ok7xHuKo= │ │ │ │ │ │ ├── 8eK2f834_yvx1W6ykFle0L0xPMs= │ │ │ │ │ │ ├── 8k96Xdjm2Pc9MDBuV3ZkHjudBsg= │ │ │ │ │ │ ├── 9cxOgxfg9N0f0MI1ox0hvOOAHWo= │ │ │ │ │ │ ├── AuUzczQGo65wH1WosCGFdE4YKYg= │ │ │ │ │ │ ├── DDR0Z6fZ2PdzuGE7c5AAvquQzeg= │ │ │ │ │ │ ├── G1LU5SX0EqTSvpYeIaQWeRH6qqY= │ │ │ │ │ │ ├── GpmZvkuaLZwUBYIZwTJGKAIXKYg= │ │ │ │ │ │ ├── I1kT_iq1aoKZFmIZZyDpC1jhYbw= │ │ │ │ │ │ ├── LVOMrXNA22AYiI8y4YiErcv47IU= │ │ │ │ │ │ ├── MNjCEpL50+CB8sdM9mjBk9zVAlo= │ │ │ │ │ │ ├── MgM4y2juziTVdfTF9tvMnex_zgo= │ │ │ │ │ │ ├── N55SyxLckg7kMRtRIU1zXiOvuCQ= │ │ │ │ │ │ ├── N5y0NvHNlkmfQoWVyc5pyCVHt1s= │ │ │ │ │ │ ├── Njsl7JDhbzyaYemZfEBTh6lcQoA= │ │ │ │ │ │ ├── Nzdx+UHCqeQJdE0mzQgqu6id6U4= │ │ │ │ │ │ ├── PBvQnP1B+zPfXAsTVr7NoVE7d9M= │ │ │ │ │ │ ├── PFM5LV9brnUlj+u6sYhwQ4MiD7Q= │ │ │ │ │ │ ├── Pt7j+DNtnE3Z1HYH7opymag6adA= │ │ │ │ │ │ ├── RWvyLsaGMqYJdwtb1PYAEPT6cSE= │ │ │ │ │ │ ├── RajO+1ZTrZmvMa0NokfwjTbkI9c= │ │ │ │ │ │ ├── RvhAoL7OvF6e2yo+aF0TtLG_9UU= │ │ │ │ │ │ ├── S+GMkT5fqmDnH1fEFRTVxrkP5W4= │ │ │ │ │ │ ├── WZVnH36TktyZLkudLAGcQ4P2j9A= │ │ │ │ │ │ ├── YuKF4p+6wvg+ilypaV8XXkdK1xk= │ │ │ │ │ │ ├── ahH4Z8_DbjiZMhBIZXWRuimoNG4= │ │ │ │ │ │ ├── cLbvMGL3VAUm18O2B_kzqXAERjo= │ │ │ │ │ │ ├── cSbe9SBSG2+ddAV6Euh6ZnX2nEA= │ │ │ │ │ │ ├── dxVvbZodhlnAvGGeo8g+IfTVbTg= │ │ │ │ │ │ ├── edNrRS4p9HDgIfsQ93wLYTRgTgI= │ │ │ │ │ │ ├── g2m5KA4t4yF7_C7apNisNr_d42Y= │ │ │ │ │ │ ├── g38HQzBwSTWucl0p0kNTTZAkWQ8= │ │ │ │ │ │ ├── gDz2Ojt3FRzxOpYg21GIQd39HsE= │ │ │ │ │ │ ├── lM0NZF3vLp+KKmRDb2uCh2wnxAw= │ │ │ │ │ │ ├── mJKVXW1OyfsL8B8A32YqrznW4ag= │ │ │ │ │ │ ├── moZc+UQZBeBwettiKMC6jRqG1Lg= │ │ │ │ │ │ ├── mtvhtPr6+XZ9453g+5yJ1ImgfS4= │ │ │ │ │ │ ├── w5VVh8J2InUMj1ZRfv+c2oScVgU= │ │ │ │ │ │ ├── wRQsbIhqZnpGWO7JQfVQ+5gaJgM= │ │ │ │ │ │ ├── wY34V9L_9S2pc_iNzbcMX_SNcbk= │ │ │ │ │ │ ├── wlwUH_XnEnLDGeGfVJ713IEOwRU= │ │ │ │ │ │ ├── xbrFx316fRad9sdmJBLVuGsb9GM= │ │ │ │ │ │ ├── xezo0JTfPG1XGMb57Kxa6zqEUho= │ │ │ │ │ │ ├── y3RbPvEvb8TjoIMN+_0VhchhIRY= │ │ │ │ │ │ ├── ySDtIAV95Mdjv+RDigYdVTcePeY= │ │ │ │ │ │ ├── yX3Ax+sh_lIg+A5Zsy7MNecE7AI= │ │ │ │ │ │ ├── z6x2HCvUm4fkykvP3sWUPWIYJRo= │ │ │ │ │ │ ├── zY28rGb_iTyumqCUbi1sblfBQag= │ │ │ │ │ │ └── zeDkpMe3Z3vdGIGEHtAin7hxyug= │ │ │ │ ├── mergeDebugAssets │ │ │ │ │ └── merger.xml │ │ │ │ ├── mergeDebugJniLibFolders │ │ │ │ │ └── merger.xml │ │ │ │ ├── mergeDebugResources │ │ │ │ │ ├── compile-file-map.properties │ │ │ │ │ ├── merged.dir │ │ │ │ │ │ ├── values-af │ │ │ │ │ │ │ └── values-af.xml │ │ │ │ │ │ ├── values-am │ │ │ │ │ │ │ └── values-am.xml │ │ │ │ │ │ ├── values-ar │ │ │ │ │ │ │ └── values-ar.xml │ │ │ │ │ │ ├── values-as │ │ │ │ │ │ │ └── values-as.xml │ │ │ │ │ │ ├── values-az │ │ │ │ │ │ │ └── values-az.xml │ │ │ │ │ │ ├── values-b+es+419 │ │ │ │ │ │ │ └── values-b+es+419.xml │ │ │ │ │ │ ├── values-b+sr+Latn │ │ │ │ │ │ │ └── values-b+sr+Latn.xml │ │ │ │ │ │ ├── values-be │ │ │ │ │ │ │ └── values-be.xml │ │ │ │ │ │ ├── values-bg │ │ │ │ │ │ │ └── values-bg.xml │ │ │ │ │ │ ├── values-bn │ │ │ │ │ │ │ └── values-bn.xml │ │ │ │ │ │ ├── values-bs │ │ │ │ │ │ │ └── values-bs.xml │ │ │ │ │ │ ├── values-ca │ │ │ │ │ │ │ └── values-ca.xml │ │ │ │ │ │ ├── values-cs │ │ │ │ │ │ │ └── values-cs.xml │ │ │ │ │ │ ├── values-da │ │ │ │ │ │ │ └── values-da.xml │ │ │ │ │ │ ├── values-de │ │ │ │ │ │ │ └── values-de.xml │ │ │ │ │ │ ├── values-el │ │ │ │ │ │ │ └── values-el.xml │ │ │ │ │ │ ├── values-en-rAU │ │ │ │ │ │ │ └── values-en-rAU.xml │ │ │ │ │ │ ├── values-en-rCA │ │ │ │ │ │ │ └── values-en-rCA.xml │ │ │ │ │ │ ├── values-en-rGB │ │ │ │ │ │ │ └── values-en-rGB.xml │ │ │ │ │ │ ├── values-en-rIN │ │ │ │ │ │ │ └── values-en-rIN.xml │ │ │ │ │ │ ├── values-en-rXC │ │ │ │ │ │ │ └── values-en-rXC.xml │ │ │ │ │ │ ├── values-es-rUS │ │ │ │ │ │ │ └── values-es-rUS.xml │ │ │ │ │ │ ├── values-es │ │ │ │ │ │ │ └── values-es.xml │ │ │ │ │ │ ├── values-et │ │ │ │ │ │ │ └── values-et.xml │ │ │ │ │ │ ├── values-eu │ │ │ │ │ │ │ └── values-eu.xml │ │ │ │ │ │ ├── values-fa │ │ │ │ │ │ │ └── values-fa.xml │ │ │ │ │ │ ├── values-fi │ │ │ │ │ │ │ └── values-fi.xml │ │ │ │ │ │ ├── values-fr-rCA │ │ │ │ │ │ │ └── values-fr-rCA.xml │ │ │ │ │ │ ├── values-fr │ │ │ │ │ │ │ └── values-fr.xml │ │ │ │ │ │ ├── values-gl │ │ │ │ │ │ │ └── values-gl.xml │ │ │ │ │ │ ├── values-gu │ │ │ │ │ │ │ └── values-gu.xml │ │ │ │ │ │ ├── values-h320dp-port-v13 │ │ │ │ │ │ │ └── values-h320dp-port-v13.xml │ │ │ │ │ │ ├── values-h360dp-land-v13 │ │ │ │ │ │ │ └── values-h360dp-land-v13.xml │ │ │ │ │ │ ├── values-h480dp-land-v13 │ │ │ │ │ │ │ └── values-h480dp-land-v13.xml │ │ │ │ │ │ ├── values-h550dp-port-v13 │ │ │ │ │ │ │ └── values-h550dp-port-v13.xml │ │ │ │ │ │ ├── values-h600dp-port-v13 │ │ │ │ │ │ │ └── values-h600dp-port-v13.xml │ │ │ │ │ │ ├── values-h720dp-v13 │ │ │ │ │ │ │ └── values-h720dp-v13.xml │ │ │ │ │ │ ├── values-hdpi-v4 │ │ │ │ │ │ │ └── values-hdpi-v4.xml │ │ │ │ │ │ ├── values-hi │ │ │ │ │ │ │ └── values-hi.xml │ │ │ │ │ │ ├── values-hr │ │ │ │ │ │ │ └── values-hr.xml │ │ │ │ │ │ ├── values-hu │ │ │ │ │ │ │ └── values-hu.xml │ │ │ │ │ │ ├── values-hy │ │ │ │ │ │ │ └── values-hy.xml │ │ │ │ │ │ ├── values-in │ │ │ │ │ │ │ └── values-in.xml │ │ │ │ │ │ ├── values-is │ │ │ │ │ │ │ └── values-is.xml │ │ │ │ │ │ ├── values-it │ │ │ │ │ │ │ └── values-it.xml │ │ │ │ │ │ ├── values-iw │ │ │ │ │ │ │ └── values-iw.xml │ │ │ │ │ │ ├── values-ja │ │ │ │ │ │ │ └── values-ja.xml │ │ │ │ │ │ ├── values-ka │ │ │ │ │ │ │ └── values-ka.xml │ │ │ │ │ │ ├── values-kk │ │ │ │ │ │ │ └── values-kk.xml │ │ │ │ │ │ ├── values-km │ │ │ │ │ │ │ └── values-km.xml │ │ │ │ │ │ ├── values-kn │ │ │ │ │ │ │ └── values-kn.xml │ │ │ │ │ │ ├── values-ko │ │ │ │ │ │ │ └── values-ko.xml │ │ │ │ │ │ ├── values-ky │ │ │ │ │ │ │ └── values-ky.xml │ │ │ │ │ │ ├── values-land │ │ │ │ │ │ │ └── values-land.xml │ │ │ │ │ │ ├── values-large-v4 │ │ │ │ │ │ │ └── values-large-v4.xml │ │ │ │ │ │ ├── values-ldltr-v21 │ │ │ │ │ │ │ └── values-ldltr-v21.xml │ │ │ │ │ │ ├── values-ldrtl-v17 │ │ │ │ │ │ │ └── values-ldrtl-v17.xml │ │ │ │ │ │ ├── values-lo │ │ │ │ │ │ │ └── values-lo.xml │ │ │ │ │ │ ├── values-lt │ │ │ │ │ │ │ └── values-lt.xml │ │ │ │ │ │ ├── values-lv │ │ │ │ │ │ │ └── values-lv.xml │ │ │ │ │ │ ├── values-mk │ │ │ │ │ │ │ └── values-mk.xml │ │ │ │ │ │ ├── values-ml │ │ │ │ │ │ │ └── values-ml.xml │ │ │ │ │ │ ├── values-mn │ │ │ │ │ │ │ └── values-mn.xml │ │ │ │ │ │ ├── values-mr │ │ │ │ │ │ │ └── values-mr.xml │ │ │ │ │ │ ├── values-ms │ │ │ │ │ │ │ └── values-ms.xml │ │ │ │ │ │ ├── values-my │ │ │ │ │ │ │ └── values-my.xml │ │ │ │ │ │ ├── values-nb │ │ │ │ │ │ │ └── values-nb.xml │ │ │ │ │ │ ├── values-ne │ │ │ │ │ │ │ └── values-ne.xml │ │ │ │ │ │ ├── values-night-v8 │ │ │ │ │ │ │ └── values-night-v8.xml │ │ │ │ │ │ ├── values-nl │ │ │ │ │ │ │ └── values-nl.xml │ │ │ │ │ │ ├── values-or │ │ │ │ │ │ │ └── values-or.xml │ │ │ │ │ │ ├── values-pa │ │ │ │ │ │ │ └── values-pa.xml │ │ │ │ │ │ ├── values-pl │ │ │ │ │ │ │ └── values-pl.xml │ │ │ │ │ │ ├── values-port │ │ │ │ │ │ │ └── values-port.xml │ │ │ │ │ │ ├── values-pt-rBR │ │ │ │ │ │ │ └── values-pt-rBR.xml │ │ │ │ │ │ ├── values-pt-rPT │ │ │ │ │ │ │ └── values-pt-rPT.xml │ │ │ │ │ │ ├── values-pt │ │ │ │ │ │ │ └── values-pt.xml │ │ │ │ │ │ ├── values-ro │ │ │ │ │ │ │ └── values-ro.xml │ │ │ │ │ │ ├── values-ru │ │ │ │ │ │ │ └── values-ru.xml │ │ │ │ │ │ ├── values-si │ │ │ │ │ │ │ └── values-si.xml │ │ │ │ │ │ ├── values-sk │ │ │ │ │ │ │ └── values-sk.xml │ │ │ │ │ │ ├── values-sl │ │ │ │ │ │ │ └── values-sl.xml │ │ │ │ │ │ ├── values-small-v4 │ │ │ │ │ │ │ └── values-small-v4.xml │ │ │ │ │ │ ├── values-sq │ │ │ │ │ │ │ └── values-sq.xml │ │ │ │ │ │ ├── values-sr │ │ │ │ │ │ │ └── values-sr.xml │ │ │ │ │ │ ├── values-sv │ │ │ │ │ │ │ └── values-sv.xml │ │ │ │ │ │ ├── values-sw │ │ │ │ │ │ │ └── values-sw.xml │ │ │ │ │ │ ├── values-sw600dp-v13 │ │ │ │ │ │ │ └── values-sw600dp-v13.xml │ │ │ │ │ │ ├── values-ta │ │ │ │ │ │ │ └── values-ta.xml │ │ │ │ │ │ ├── values-te │ │ │ │ │ │ │ └── values-te.xml │ │ │ │ │ │ ├── values-th │ │ │ │ │ │ │ └── values-th.xml │ │ │ │ │ │ ├── values-tl │ │ │ │ │ │ │ └── values-tl.xml │ │ │ │ │ │ ├── values-tr │ │ │ │ │ │ │ └── values-tr.xml │ │ │ │ │ │ ├── values-uk │ │ │ │ │ │ │ └── values-uk.xml │ │ │ │ │ │ ├── values-ur │ │ │ │ │ │ │ └── values-ur.xml │ │ │ │ │ │ ├── values-uz │ │ │ │ │ │ │ └── values-uz.xml │ │ │ │ │ │ ├── values-v16 │ │ │ │ │ │ │ └── values-v16.xml │ │ │ │ │ │ ├── values-v17 │ │ │ │ │ │ │ └── values-v17.xml │ │ │ │ │ │ ├── values-v18 │ │ │ │ │ │ │ └── values-v18.xml │ │ │ │ │ │ ├── values-v21 │ │ │ │ │ │ │ └── values-v21.xml │ │ │ │ │ │ ├── values-v22 │ │ │ │ │ │ │ └── values-v22.xml │ │ │ │ │ │ ├── values-v23 │ │ │ │ │ │ │ └── values-v23.xml │ │ │ │ │ │ ├── values-v24 │ │ │ │ │ │ │ └── values-v24.xml │ │ │ │ │ │ ├── values-v25 │ │ │ │ │ │ │ └── values-v25.xml │ │ │ │ │ │ ├── values-v26 │ │ │ │ │ │ │ └── values-v26.xml │ │ │ │ │ │ ├── values-v28 │ │ │ │ │ │ │ └── values-v28.xml │ │ │ │ │ │ ├── values-vi │ │ │ │ │ │ │ └── values-vi.xml │ │ │ │ │ │ ├── values-w320dp-land-v13 │ │ │ │ │ │ │ └── values-w320dp-land-v13.xml │ │ │ │ │ │ ├── values-w360dp-port-v13 │ │ │ │ │ │ │ └── values-w360dp-port-v13.xml │ │ │ │ │ │ ├── values-w480dp-port-v13 │ │ │ │ │ │ │ └── values-w480dp-port-v13.xml │ │ │ │ │ │ ├── values-w550dp-land-v13 │ │ │ │ │ │ │ └── values-w550dp-land-v13.xml │ │ │ │ │ │ ├── values-w600dp-land-v13 │ │ │ │ │ │ │ └── values-w600dp-land-v13.xml │ │ │ │ │ │ ├── values-watch-v20 │ │ │ │ │ │ │ └── values-watch-v20.xml │ │ │ │ │ │ ├── values-watch-v21 │ │ │ │ │ │ │ └── values-watch-v21.xml │ │ │ │ │ │ ├── values-xlarge-v4 │ │ │ │ │ │ │ └── values-xlarge-v4.xml │ │ │ │ │ │ ├── values-zh-rCN │ │ │ │ │ │ │ └── values-zh-rCN.xml │ │ │ │ │ │ ├── values-zh-rHK │ │ │ │ │ │ │ └── values-zh-rHK.xml │ │ │ │ │ │ ├── values-zh-rTW │ │ │ │ │ │ │ └── values-zh-rTW.xml │ │ │ │ │ │ ├── values-zu │ │ │ │ │ │ │ └── values-zu.xml │ │ │ │ │ │ └── values │ │ │ │ │ │ │ └── values.xml │ │ │ │ │ └── merger.xml │ │ │ │ ├── mergeDebugShaders │ │ │ │ │ └── merger.xml │ │ │ │ └── packageDebug │ │ │ │ │ └── tmp │ │ │ │ │ └── debug │ │ │ │ │ ├── dex-renamer-state.txt │ │ │ │ │ └── zip-cache │ │ │ │ │ ├── androidResources │ │ │ │ │ └── javaResources0 │ │ │ ├── javac │ │ │ │ └── debug │ │ │ │ │ └── classes │ │ │ │ │ └── org │ │ │ │ │ └── tensorflow │ │ │ │ │ └── codelabs │ │ │ │ │ └── objectdetection │ │ │ │ │ └── BuildConfig.class │ │ │ ├── manifest_merge_blame_file │ │ │ │ └── debug │ │ │ │ │ └── manifest-merger-blame-debug-report.txt │ │ │ ├── merged_assets │ │ │ │ └── debug │ │ │ │ │ └── out │ │ │ │ │ └── COPY_TFLITE_MODEL_HERE │ │ │ ├── merged_java_res │ │ │ │ └── debug │ │ │ │ │ └── out.jar │ │ │ ├── merged_manifest │ │ │ │ └── debug │ │ │ │ │ └── out │ │ │ │ │ └── AndroidManifest.xml │ │ │ ├── merged_manifests │ │ │ │ └── debug │ │ │ │ │ ├── AndroidManifest.xml │ │ │ │ │ └── output-metadata.json │ │ │ ├── merged_native_libs │ │ │ │ └── debug │ │ │ │ │ └── out │ │ │ │ │ └── lib │ │ │ │ │ ├── arm64-v8a │ │ │ │ │ └── libtask_vision_jni.so │ │ │ │ │ ├── armeabi-v7a │ │ │ │ │ └── libtask_vision_jni.so │ │ │ │ │ ├── x86 │ │ │ │ │ └── libtask_vision_jni.so │ │ │ │ │ └── x86_64 │ │ │ │ │ └── libtask_vision_jni.so │ │ │ ├── merged_res_blame_folder │ │ │ │ └── debug │ │ │ │ │ └── out │ │ │ │ │ ├── multi-v2 │ │ │ │ │ ├── debug.json │ │ │ │ │ ├── values-af.json │ │ │ │ │ ├── values-am.json │ │ │ │ │ ├── values-ar.json │ │ │ │ │ ├── values-as.json │ │ │ │ │ ├── values-az.json │ │ │ │ │ ├── values-b+es+419.json │ │ │ │ │ ├── values-b+sr+Latn.json │ │ │ │ │ ├── values-be.json │ │ │ │ │ ├── values-bg.json │ │ │ │ │ ├── values-bn.json │ │ │ │ │ ├── values-bs.json │ │ │ │ │ ├── values-ca.json │ │ │ │ │ ├── values-cs.json │ │ │ │ │ ├── values-da.json │ │ │ │ │ ├── values-de.json │ │ │ │ │ ├── values-el.json │ │ │ │ │ ├── values-en-rAU.json │ │ │ │ │ ├── values-en-rCA.json │ │ │ │ │ ├── values-en-rGB.json │ │ │ │ │ ├── values-en-rIN.json │ │ │ │ │ ├── values-en-rXC.json │ │ │ │ │ ├── values-es-rUS.json │ │ │ │ │ ├── values-es.json │ │ │ │ │ ├── values-et.json │ │ │ │ │ ├── values-eu.json │ │ │ │ │ ├── values-fa.json │ │ │ │ │ ├── values-fi.json │ │ │ │ │ ├── values-fr-rCA.json │ │ │ │ │ ├── values-fr.json │ │ │ │ │ ├── values-gl.json │ │ │ │ │ ├── values-gu.json │ │ │ │ │ ├── values-h320dp-port-v13.json │ │ │ │ │ ├── values-h360dp-land-v13.json │ │ │ │ │ ├── values-h480dp-land-v13.json │ │ │ │ │ ├── values-h550dp-port-v13.json │ │ │ │ │ ├── values-h600dp-port-v13.json │ │ │ │ │ ├── values-h720dp-v13.json │ │ │ │ │ ├── values-hdpi-v4.json │ │ │ │ │ ├── values-hi.json │ │ │ │ │ ├── values-hr.json │ │ │ │ │ ├── values-hu.json │ │ │ │ │ ├── values-hy.json │ │ │ │ │ ├── values-in.json │ │ │ │ │ ├── values-is.json │ │ │ │ │ ├── values-it.json │ │ │ │ │ ├── values-iw.json │ │ │ │ │ ├── values-ja.json │ │ │ │ │ ├── values-ka.json │ │ │ │ │ ├── values-kk.json │ │ │ │ │ ├── values-km.json │ │ │ │ │ ├── values-kn.json │ │ │ │ │ ├── values-ko.json │ │ │ │ │ ├── values-ky.json │ │ │ │ │ ├── values-land.json │ │ │ │ │ ├── values-large-v4.json │ │ │ │ │ ├── values-ldltr-v21.json │ │ │ │ │ ├── values-ldrtl-v17.json │ │ │ │ │ ├── values-lo.json │ │ │ │ │ ├── values-lt.json │ │ │ │ │ ├── values-lv.json │ │ │ │ │ ├── values-mk.json │ │ │ │ │ ├── values-ml.json │ │ │ │ │ ├── values-mn.json │ │ │ │ │ ├── values-mr.json │ │ │ │ │ ├── values-ms.json │ │ │ │ │ ├── values-my.json │ │ │ │ │ ├── values-nb.json │ │ │ │ │ ├── values-ne.json │ │ │ │ │ ├── values-night-v8.json │ │ │ │ │ ├── values-nl.json │ │ │ │ │ ├── values-or.json │ │ │ │ │ ├── values-pa.json │ │ │ │ │ ├── values-pl.json │ │ │ │ │ ├── values-port.json │ │ │ │ │ ├── values-pt-rBR.json │ │ │ │ │ ├── values-pt-rPT.json │ │ │ │ │ ├── values-pt.json │ │ │ │ │ ├── values-ro.json │ │ │ │ │ ├── values-ru.json │ │ │ │ │ ├── values-si.json │ │ │ │ │ ├── values-sk.json │ │ │ │ │ ├── values-sl.json │ │ │ │ │ ├── values-small-v4.json │ │ │ │ │ ├── values-sq.json │ │ │ │ │ ├── values-sr.json │ │ │ │ │ ├── values-sv.json │ │ │ │ │ ├── values-sw.json │ │ │ │ │ ├── values-sw600dp-v13.json │ │ │ │ │ ├── values-ta.json │ │ │ │ │ ├── values-te.json │ │ │ │ │ ├── values-th.json │ │ │ │ │ ├── values-tl.json │ │ │ │ │ ├── values-tr.json │ │ │ │ │ ├── values-uk.json │ │ │ │ │ ├── values-ur.json │ │ │ │ │ ├── values-uz.json │ │ │ │ │ ├── values-v16.json │ │ │ │ │ ├── values-v17.json │ │ │ │ │ ├── values-v18.json │ │ │ │ │ ├── values-v21.json │ │ │ │ │ ├── values-v22.json │ │ │ │ │ ├── values-v23.json │ │ │ │ │ ├── values-v24.json │ │ │ │ │ ├── values-v25.json │ │ │ │ │ ├── values-v26.json │ │ │ │ │ ├── values-v28.json │ │ │ │ │ ├── values-vi.json │ │ │ │ │ ├── values-w320dp-land-v13.json │ │ │ │ │ ├── values-w360dp-port-v13.json │ │ │ │ │ ├── values-w480dp-port-v13.json │ │ │ │ │ ├── values-w550dp-land-v13.json │ │ │ │ │ ├── values-w600dp-land-v13.json │ │ │ │ │ ├── values-watch-v20.json │ │ │ │ │ ├── values-watch-v21.json │ │ │ │ │ ├── values-xlarge-v4.json │ │ │ │ │ ├── values-zh-rCN.json │ │ │ │ │ ├── values-zh-rHK.json │ │ │ │ │ ├── values-zh-rTW.json │ │ │ │ │ ├── values-zu.json │ │ │ │ │ └── values.json │ │ │ │ │ └── single │ │ │ │ │ └── debug.json │ │ │ ├── navigation_json │ │ │ │ └── debug │ │ │ │ │ └── navigation.json │ │ │ ├── packaged_manifests │ │ │ │ └── debug │ │ │ │ │ ├── AndroidManifest.xml │ │ │ │ │ └── output-metadata.json │ │ │ ├── processed_res │ │ │ │ └── debug │ │ │ │ │ └── out │ │ │ │ │ ├── output-metadata.json │ │ │ │ │ └── resources-debug.ap_ │ │ │ ├── project_dex_archive │ │ │ │ └── debug │ │ │ │ │ └── out │ │ │ │ │ ├── 4a96603a95ffec317651183cd9b15f2fb250b5e236f6a0075e0dc539e1f4e0aa_0.jar │ │ │ │ │ ├── 4a96603a95ffec317651183cd9b15f2fb250b5e236f6a0075e0dc539e1f4e0aa_1.jar │ │ │ │ │ ├── 4a96603a95ffec317651183cd9b15f2fb250b5e236f6a0075e0dc539e1f4e0aa_2.jar │ │ │ │ │ ├── 4a96603a95ffec317651183cd9b15f2fb250b5e236f6a0075e0dc539e1f4e0aa_3.jar │ │ │ │ │ └── org │ │ │ │ │ └── tensorflow │ │ │ │ │ └── codelabs │ │ │ │ │ └── objectdetection │ │ │ │ │ ├── BuildConfig.dex │ │ │ │ │ ├── DetectionResult.dex │ │ │ │ │ ├── MainActivity$Companion.dex │ │ │ │ │ ├── MainActivity$runObjectDetection$1.dex │ │ │ │ │ ├── MainActivity$setViewAndDetect$1.dex │ │ │ │ │ └── MainActivity.dex │ │ │ ├── res │ │ │ │ └── merged │ │ │ │ │ └── debug │ │ │ │ │ ├── drawable-anydpi-v24_ic_launcher_foreground.xml.flat │ │ │ │ │ ├── drawable_cartoon1.jpg.flat │ │ │ │ │ ├── drawable_cartoon2.jpg.flat │ │ │ │ │ ├── drawable_cartoon3.jpg.flat │ │ │ │ │ ├── drawable_ic_camera.xml.flat │ │ │ │ │ ├── drawable_ic_launcher_background.xml.flat │ │ │ │ │ ├── drawable_icon.png.flat │ │ │ │ │ ├── layout_activity_main.xml.flat │ │ │ │ │ ├── mipmap-anydpi-v26_ic_launcher.xml.flat │ │ │ │ │ ├── mipmap-anydpi-v26_ic_launcher_round.xml.flat │ │ │ │ │ ├── mipmap-hdpi_ic_launcher.png.flat │ │ │ │ │ ├── mipmap-hdpi_ic_launcher_round.png.flat │ │ │ │ │ ├── mipmap-mdpi_ic_launcher.png.flat │ │ │ │ │ ├── mipmap-mdpi_ic_launcher_round.png.flat │ │ │ │ │ ├── mipmap-xhdpi_ic_launcher.png.flat │ │ │ │ │ ├── mipmap-xhdpi_ic_launcher_round.png.flat │ │ │ │ │ ├── mipmap-xxhdpi_ic_launcher.png.flat │ │ │ │ │ ├── mipmap-xxhdpi_ic_launcher_round.png.flat │ │ │ │ │ ├── mipmap-xxxhdpi_ic_launcher.png.flat │ │ │ │ │ ├── mipmap-xxxhdpi_ic_launcher_round.png.flat │ │ │ │ │ ├── values-af_values-af.arsc.flat │ │ │ │ │ ├── values-am_values-am.arsc.flat │ │ │ │ │ ├── values-ar_values-ar.arsc.flat │ │ │ │ │ ├── values-as_values-as.arsc.flat │ │ │ │ │ ├── values-az_values-az.arsc.flat │ │ │ │ │ ├── values-b+es+419_values-b+es+419.arsc.flat │ │ │ │ │ ├── values-b+sr+Latn_values-b+sr+Latn.arsc.flat │ │ │ │ │ ├── values-be_values-be.arsc.flat │ │ │ │ │ ├── values-bg_values-bg.arsc.flat │ │ │ │ │ ├── values-bn_values-bn.arsc.flat │ │ │ │ │ ├── values-bs_values-bs.arsc.flat │ │ │ │ │ ├── values-ca_values-ca.arsc.flat │ │ │ │ │ ├── values-cs_values-cs.arsc.flat │ │ │ │ │ ├── values-da_values-da.arsc.flat │ │ │ │ │ ├── values-de_values-de.arsc.flat │ │ │ │ │ ├── values-el_values-el.arsc.flat │ │ │ │ │ ├── values-en-rAU_values-en-rAU.arsc.flat │ │ │ │ │ ├── values-en-rCA_values-en-rCA.arsc.flat │ │ │ │ │ ├── values-en-rGB_values-en-rGB.arsc.flat │ │ │ │ │ ├── values-en-rIN_values-en-rIN.arsc.flat │ │ │ │ │ ├── values-en-rXC_values-en-rXC.arsc.flat │ │ │ │ │ ├── values-es-rUS_values-es-rUS.arsc.flat │ │ │ │ │ ├── values-es_values-es.arsc.flat │ │ │ │ │ ├── values-et_values-et.arsc.flat │ │ │ │ │ ├── values-eu_values-eu.arsc.flat │ │ │ │ │ ├── values-fa_values-fa.arsc.flat │ │ │ │ │ ├── values-fi_values-fi.arsc.flat │ │ │ │ │ ├── values-fr-rCA_values-fr-rCA.arsc.flat │ │ │ │ │ ├── values-fr_values-fr.arsc.flat │ │ │ │ │ ├── values-gl_values-gl.arsc.flat │ │ │ │ │ ├── values-gu_values-gu.arsc.flat │ │ │ │ │ ├── values-h320dp-port-v13_values-h320dp-port-v13.arsc.flat │ │ │ │ │ ├── values-h360dp-land-v13_values-h360dp-land-v13.arsc.flat │ │ │ │ │ ├── values-h480dp-land-v13_values-h480dp-land-v13.arsc.flat │ │ │ │ │ ├── values-h550dp-port-v13_values-h550dp-port-v13.arsc.flat │ │ │ │ │ ├── values-h600dp-port-v13_values-h600dp-port-v13.arsc.flat │ │ │ │ │ ├── values-h720dp-v13_values-h720dp-v13.arsc.flat │ │ │ │ │ ├── values-hdpi-v4_values-hdpi-v4.arsc.flat │ │ │ │ │ ├── values-hi_values-hi.arsc.flat │ │ │ │ │ ├── values-hr_values-hr.arsc.flat │ │ │ │ │ ├── values-hu_values-hu.arsc.flat │ │ │ │ │ ├── values-hy_values-hy.arsc.flat │ │ │ │ │ ├── values-in_values-in.arsc.flat │ │ │ │ │ ├── values-is_values-is.arsc.flat │ │ │ │ │ ├── values-it_values-it.arsc.flat │ │ │ │ │ ├── values-iw_values-iw.arsc.flat │ │ │ │ │ ├── values-ja_values-ja.arsc.flat │ │ │ │ │ ├── values-ka_values-ka.arsc.flat │ │ │ │ │ ├── values-kk_values-kk.arsc.flat │ │ │ │ │ ├── values-km_values-km.arsc.flat │ │ │ │ │ ├── values-kn_values-kn.arsc.flat │ │ │ │ │ ├── values-ko_values-ko.arsc.flat │ │ │ │ │ ├── values-ky_values-ky.arsc.flat │ │ │ │ │ ├── values-land_values-land.arsc.flat │ │ │ │ │ ├── values-large-v4_values-large-v4.arsc.flat │ │ │ │ │ ├── values-ldltr-v21_values-ldltr-v21.arsc.flat │ │ │ │ │ ├── values-ldrtl-v17_values-ldrtl-v17.arsc.flat │ │ │ │ │ ├── values-lo_values-lo.arsc.flat │ │ │ │ │ ├── values-lt_values-lt.arsc.flat │ │ │ │ │ ├── values-lv_values-lv.arsc.flat │ │ │ │ │ ├── values-mk_values-mk.arsc.flat │ │ │ │ │ ├── values-ml_values-ml.arsc.flat │ │ │ │ │ ├── values-mn_values-mn.arsc.flat │ │ │ │ │ ├── values-mr_values-mr.arsc.flat │ │ │ │ │ ├── values-ms_values-ms.arsc.flat │ │ │ │ │ ├── values-my_values-my.arsc.flat │ │ │ │ │ ├── values-nb_values-nb.arsc.flat │ │ │ │ │ ├── values-ne_values-ne.arsc.flat │ │ │ │ │ ├── values-night-v8_values-night-v8.arsc.flat │ │ │ │ │ ├── values-nl_values-nl.arsc.flat │ │ │ │ │ ├── values-or_values-or.arsc.flat │ │ │ │ │ ├── values-pa_values-pa.arsc.flat │ │ │ │ │ ├── values-pl_values-pl.arsc.flat │ │ │ │ │ ├── values-port_values-port.arsc.flat │ │ │ │ │ ├── values-pt-rBR_values-pt-rBR.arsc.flat │ │ │ │ │ ├── values-pt-rPT_values-pt-rPT.arsc.flat │ │ │ │ │ ├── values-pt_values-pt.arsc.flat │ │ │ │ │ ├── values-ro_values-ro.arsc.flat │ │ │ │ │ ├── values-ru_values-ru.arsc.flat │ │ │ │ │ ├── values-si_values-si.arsc.flat │ │ │ │ │ ├── values-sk_values-sk.arsc.flat │ │ │ │ │ ├── values-sl_values-sl.arsc.flat │ │ │ │ │ ├── values-small-v4_values-small-v4.arsc.flat │ │ │ │ │ ├── values-sq_values-sq.arsc.flat │ │ │ │ │ ├── values-sr_values-sr.arsc.flat │ │ │ │ │ ├── values-sv_values-sv.arsc.flat │ │ │ │ │ ├── values-sw600dp-v13_values-sw600dp-v13.arsc.flat │ │ │ │ │ ├── values-sw_values-sw.arsc.flat │ │ │ │ │ ├── values-ta_values-ta.arsc.flat │ │ │ │ │ ├── values-te_values-te.arsc.flat │ │ │ │ │ ├── values-th_values-th.arsc.flat │ │ │ │ │ ├── values-tl_values-tl.arsc.flat │ │ │ │ │ ├── values-tr_values-tr.arsc.flat │ │ │ │ │ ├── values-uk_values-uk.arsc.flat │ │ │ │ │ ├── values-ur_values-ur.arsc.flat │ │ │ │ │ ├── values-uz_values-uz.arsc.flat │ │ │ │ │ ├── values-v16_values-v16.arsc.flat │ │ │ │ │ ├── values-v17_values-v17.arsc.flat │ │ │ │ │ ├── values-v18_values-v18.arsc.flat │ │ │ │ │ ├── values-v21_values-v21.arsc.flat │ │ │ │ │ ├── values-v22_values-v22.arsc.flat │ │ │ │ │ ├── values-v23_values-v23.arsc.flat │ │ │ │ │ ├── values-v24_values-v24.arsc.flat │ │ │ │ │ ├── values-v25_values-v25.arsc.flat │ │ │ │ │ ├── values-v26_values-v26.arsc.flat │ │ │ │ │ ├── values-v28_values-v28.arsc.flat │ │ │ │ │ ├── values-vi_values-vi.arsc.flat │ │ │ │ │ ├── values-w320dp-land-v13_values-w320dp-land-v13.arsc.flat │ │ │ │ │ ├── values-w360dp-port-v13_values-w360dp-port-v13.arsc.flat │ │ │ │ │ ├── values-w480dp-port-v13_values-w480dp-port-v13.arsc.flat │ │ │ │ │ ├── values-w550dp-land-v13_values-w550dp-land-v13.arsc.flat │ │ │ │ │ ├── values-w600dp-land-v13_values-w600dp-land-v13.arsc.flat │ │ │ │ │ ├── values-watch-v20_values-watch-v20.arsc.flat │ │ │ │ │ ├── values-watch-v21_values-watch-v21.arsc.flat │ │ │ │ │ ├── values-xlarge-v4_values-xlarge-v4.arsc.flat │ │ │ │ │ ├── values-zh-rCN_values-zh-rCN.arsc.flat │ │ │ │ │ ├── values-zh-rHK_values-zh-rHK.arsc.flat │ │ │ │ │ ├── values-zh-rTW_values-zh-rTW.arsc.flat │ │ │ │ │ ├── values-zu_values-zu.arsc.flat │ │ │ │ │ ├── values_values.arsc.flat │ │ │ │ │ └── xml_file_paths.xml.flat │ │ │ ├── runtime_symbol_list │ │ │ │ └── debug │ │ │ │ │ └── R.txt │ │ │ ├── stripped_native_libs │ │ │ │ └── debug │ │ │ │ │ └── out │ │ │ │ │ └── lib │ │ │ │ │ ├── arm64-v8a │ │ │ │ │ └── libtask_vision_jni.so │ │ │ │ │ ├── armeabi-v7a │ │ │ │ │ └── libtask_vision_jni.so │ │ │ │ │ ├── x86 │ │ │ │ │ └── libtask_vision_jni.so │ │ │ │ │ └── x86_64 │ │ │ │ │ └── libtask_vision_jni.so │ │ │ └── symbol_list_with_package_name │ │ │ │ └── debug │ │ │ │ └── package-aware-r.txt │ │ ├── kotlin │ │ │ └── compileDebugKotlin │ │ │ │ ├── build-history.bin │ │ │ │ ├── caches-jvm │ │ │ │ ├── inputs │ │ │ │ │ ├── source-to-output.tab │ │ │ │ │ ├── source-to-output.tab.keystream │ │ │ │ │ ├── source-to-output.tab.keystream.len │ │ │ │ │ ├── source-to-output.tab.len │ │ │ │ │ ├── source-to-output.tab.values.at │ │ │ │ │ ├── source-to-output.tab_i │ │ │ │ │ └── source-to-output.tab_i.len │ │ │ │ ├── jvm │ │ │ │ │ └── kotlin │ │ │ │ │ │ ├── class-fq-name-to-source.tab │ │ │ │ │ │ ├── class-fq-name-to-source.tab.keystream │ │ │ │ │ │ ├── class-fq-name-to-source.tab.keystream.len │ │ │ │ │ │ ├── class-fq-name-to-source.tab.len │ │ │ │ │ │ ├── class-fq-name-to-source.tab.values.at │ │ │ │ │ │ ├── class-fq-name-to-source.tab_i │ │ │ │ │ │ ├── class-fq-name-to-source.tab_i.len │ │ │ │ │ │ ├── constants.tab │ │ │ │ │ │ ├── constants.tab.keystream │ │ │ │ │ │ ├── constants.tab.keystream.len │ │ │ │ │ │ ├── constants.tab.len │ │ │ │ │ │ ├── constants.tab.values.at │ │ │ │ │ │ ├── constants.tab_i │ │ │ │ │ │ ├── constants.tab_i.len │ │ │ │ │ │ ├── internal-name-to-source.tab │ │ │ │ │ │ ├── internal-name-to-source.tab.keystream │ │ │ │ │ │ ├── internal-name-to-source.tab.keystream.len │ │ │ │ │ │ ├── internal-name-to-source.tab.len │ │ │ │ │ │ ├── internal-name-to-source.tab.values.at │ │ │ │ │ │ ├── internal-name-to-source.tab_i │ │ │ │ │ │ ├── internal-name-to-source.tab_i.len │ │ │ │ │ │ ├── proto.tab │ │ │ │ │ │ ├── proto.tab.keystream │ │ │ │ │ │ ├── proto.tab.keystream.len │ │ │ │ │ │ ├── proto.tab.len │ │ │ │ │ │ ├── proto.tab.values.at │ │ │ │ │ │ ├── proto.tab_i │ │ │ │ │ │ ├── proto.tab_i.len │ │ │ │ │ │ ├── source-to-classes.tab │ │ │ │ │ │ ├── source-to-classes.tab.keystream │ │ │ │ │ │ ├── source-to-classes.tab.keystream.len │ │ │ │ │ │ ├── source-to-classes.tab.len │ │ │ │ │ │ ├── source-to-classes.tab.values.at │ │ │ │ │ │ ├── source-to-classes.tab_i │ │ │ │ │ │ ├── source-to-classes.tab_i.len │ │ │ │ │ │ ├── subtypes.tab │ │ │ │ │ │ ├── subtypes.tab.keystream │ │ │ │ │ │ ├── subtypes.tab.keystream.len │ │ │ │ │ │ ├── subtypes.tab.len │ │ │ │ │ │ ├── subtypes.tab.values.at │ │ │ │ │ │ ├── subtypes.tab_i │ │ │ │ │ │ ├── subtypes.tab_i.len │ │ │ │ │ │ ├── supertypes.tab │ │ │ │ │ │ ├── supertypes.tab.keystream │ │ │ │ │ │ ├── supertypes.tab.keystream.len │ │ │ │ │ │ ├── supertypes.tab.len │ │ │ │ │ │ ├── supertypes.tab.values.at │ │ │ │ │ │ ├── supertypes.tab_i │ │ │ │ │ │ └── supertypes.tab_i.len │ │ │ │ └── lookups │ │ │ │ │ ├── counters.tab │ │ │ │ │ ├── file-to-id.tab │ │ │ │ │ ├── file-to-id.tab.keystream │ │ │ │ │ ├── file-to-id.tab.keystream.len │ │ │ │ │ ├── file-to-id.tab.len │ │ │ │ │ ├── file-to-id.tab.values.at │ │ │ │ │ ├── file-to-id.tab_i │ │ │ │ │ ├── file-to-id.tab_i.len │ │ │ │ │ ├── id-to-file.tab │ │ │ │ │ ├── id-to-file.tab.keystream │ │ │ │ │ ├── id-to-file.tab.keystream.len │ │ │ │ │ ├── id-to-file.tab.len │ │ │ │ │ ├── id-to-file.tab.values.at │ │ │ │ │ ├── lookups.tab │ │ │ │ │ ├── lookups.tab.keystream │ │ │ │ │ ├── lookups.tab.keystream.len │ │ │ │ │ ├── lookups.tab.len │ │ │ │ │ ├── lookups.tab.values.at │ │ │ │ │ ├── lookups.tab_i │ │ │ │ │ └── lookups.tab_i.len │ │ │ │ └── last-build.bin │ │ ├── outputs │ │ │ ├── apk │ │ │ │ └── debug │ │ │ │ │ ├── app-debug.apk │ │ │ │ │ └── output-metadata.json │ │ │ └── logs │ │ │ │ └── manifest-merger-debug-report.txt │ │ └── tmp │ │ │ ├── compileDebugJavaWithJavac │ │ │ └── source-classes-mapping.txt │ │ │ └── kotlin-classes │ │ │ └── debug │ │ │ ├── META-INF │ │ │ └── app_debug.kotlin_module │ │ │ └── org │ │ │ └── tensorflow │ │ │ └── codelabs │ │ │ └── objectdetection │ │ │ ├── DetectionResult.class │ │ │ ├── MainActivity$Companion.class │ │ │ ├── MainActivity$runObjectDetection$1.class │ │ │ ├── MainActivity$setViewAndDetect$1.class │ │ │ └── MainActivity.class │ ├── proguard-rules.pro │ └── src │ │ └── main │ │ ├── AndroidManifest.xml │ │ ├── assets │ │ └── COPY_TFLITE_MODEL_HERE │ │ ├── java │ │ └── org │ │ │ └── tensorflow │ │ │ └── codelabs │ │ │ └── objectdetection │ │ │ └── MainActivity.kt │ │ └── res │ │ ├── drawable-v24 │ │ └── ic_launcher_foreground.xml │ │ ├── drawable │ │ ├── cartoon1.jpg │ │ ├── cartoon2.jpg │ │ ├── cartoon3.jpg │ │ ├── ic_camera.xml │ │ ├── ic_launcher_background.xml │ │ └── icon.png │ │ ├── layout │ │ └── activity_main.xml │ │ ├── mipmap-anydpi-v26 │ │ ├── ic_launcher.xml │ │ └── ic_launcher_round.xml │ │ ├── mipmap-hdpi │ │ ├── ic_launcher.png │ │ └── ic_launcher_round.png │ │ ├── mipmap-mdpi │ │ ├── ic_launcher.png │ │ └── ic_launcher_round.png │ │ ├── mipmap-xhdpi │ │ ├── ic_launcher.png │ │ └── ic_launcher_round.png │ │ ├── mipmap-xxhdpi │ │ ├── ic_launcher.png │ │ └── ic_launcher_round.png │ │ ├── mipmap-xxxhdpi │ │ ├── ic_launcher.png │ │ └── ic_launcher_round.png │ │ ├── values-night │ │ └── themes.xml │ │ ├── values │ │ ├── colors.xml │ │ ├── strings.xml │ │ └── themes.xml │ │ └── xml │ │ └── file_paths.xml ├── build.gradle ├── gradle.properties ├── gradle │ └── wrapper │ │ ├── gradle-wrapper.jar │ │ └── gradle-wrapper.properties ├── gradlew ├── gradlew.bat └── settings.gradle ├── Custom_Object_Detection_using_TF_Lite_Model_Maker.ipynb ├── Output.gif ├── README.md ├── check_image_format.py └── convert_images_to_jpeg.py /Android_App/.gitignore: -------------------------------------------------------------------------------- 1 | *.iml 2 | .gradle 3 | /local.properties 4 | /.idea/caches 5 | /.idea/libraries 6 | /.idea/modules.xml 7 | /.idea/workspace.xml 8 | /.idea/navEditor.xml 9 | /.idea/assetWizardSettings.xml 10 | .DS_Store 11 | /build 12 | /captures 13 | .externalNativeBuild 14 | .cxx 15 | local.properties 16 | .idea -------------------------------------------------------------------------------- /Android_App/app/build/generated/source/buildConfig/debug/org/tensorflow/codelabs/objectdetection/BuildConfig.java: -------------------------------------------------------------------------------- 1 | /** 2 | * Automatically generated file. DO NOT MODIFY 3 | */ 4 | package org.tensorflow.codelabs.objectdetection; 5 | 6 | public final class BuildConfig { 7 | public static final boolean DEBUG = Boolean.parseBoolean("true"); 8 | public static final String APPLICATION_ID = "org.tensorflow.codelabs.objectdetection"; 9 | public static final String BUILD_TYPE = "debug"; 10 | public static final int VERSION_CODE = 1; 11 | public static final String VERSION_NAME = "1.0"; 12 | } 13 | -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/annotation_processor_list/debug/annotationProcessors.json: -------------------------------------------------------------------------------- 1 | {} -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/compatible_screen_manifest/debug/output-metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": 2, 3 | "artifactType": { 4 | "type": "COMPATIBLE_SCREEN_MANIFEST", 5 | "kind": "Directory" 6 | }, 7 | "applicationId": "org.tensorflow.codelabs.objectdetection", 8 | "variantName": "debug", 9 | "elements": [] 10 | } -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/compile_and_runtime_not_namespaced_r_class_jar/debug/R.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/compile_and_runtime_not_namespaced_r_class_jar/debug/R.jar -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/compressed_assets/debug/out/assets/COPY_TFLITE_MODEL_HERE.jar: -------------------------------------------------------------------------------- 1 | PK!!assets/COPY_TFLITE_MODEL_HEREPK!!assets/COPY_TFLITE_MODEL_HEREPKK= -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/dex/debug/mergeExtDexDebug/classes.dex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/dex/debug/mergeExtDexDebug/classes.dex -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/dex/debug/mergeProjectDexDebug/classes.dex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/dex/debug/mergeProjectDexDebug/classes.dex -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/dex_archive_input_jar_hashes/debug/out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/dex_archive_input_jar_hashes/debug/out -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/dex_number_of_buckets_file/debug/out: -------------------------------------------------------------------------------- 1 | 4 -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/incremental/debug-mergeJavaRes/merge-state: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/incremental/debug-mergeJavaRes/merge-state -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/+K0eO94k+AehpSd8v_Vs4XKV4KU=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/+K0eO94k+AehpSd8v_Vs4XKV4KU= -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/26PB558JakE0EEXxLka9qrxbhdw=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/26PB558JakE0EEXxLka9qrxbhdw= -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/491qTDeQSKj23dqxY8wz1aM3rzI=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/491qTDeQSKj23dqxY8wz1aM3rzI= -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/6nh14yNqD+57mqyQfc8ok7xHuKo=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/6nh14yNqD+57mqyQfc8ok7xHuKo= -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/8eK2f834_yvx1W6ykFle0L0xPMs=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/8eK2f834_yvx1W6ykFle0L0xPMs= -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/8k96Xdjm2Pc9MDBuV3ZkHjudBsg=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/8k96Xdjm2Pc9MDBuV3ZkHjudBsg= -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/9cxOgxfg9N0f0MI1ox0hvOOAHWo=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/9cxOgxfg9N0f0MI1ox0hvOOAHWo= -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/AuUzczQGo65wH1WosCGFdE4YKYg=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/AuUzczQGo65wH1WosCGFdE4YKYg= -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/DDR0Z6fZ2PdzuGE7c5AAvquQzeg=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/DDR0Z6fZ2PdzuGE7c5AAvquQzeg= -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/G1LU5SX0EqTSvpYeIaQWeRH6qqY=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/G1LU5SX0EqTSvpYeIaQWeRH6qqY= -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/GpmZvkuaLZwUBYIZwTJGKAIXKYg=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/GpmZvkuaLZwUBYIZwTJGKAIXKYg= -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/I1kT_iq1aoKZFmIZZyDpC1jhYbw=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/I1kT_iq1aoKZFmIZZyDpC1jhYbw= -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/LVOMrXNA22AYiI8y4YiErcv47IU=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/LVOMrXNA22AYiI8y4YiErcv47IU= -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/MNjCEpL50+CB8sdM9mjBk9zVAlo=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/MNjCEpL50+CB8sdM9mjBk9zVAlo= -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/MgM4y2juziTVdfTF9tvMnex_zgo=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/MgM4y2juziTVdfTF9tvMnex_zgo= -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/N55SyxLckg7kMRtRIU1zXiOvuCQ=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/N55SyxLckg7kMRtRIU1zXiOvuCQ= -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/N5y0NvHNlkmfQoWVyc5pyCVHt1s=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/N5y0NvHNlkmfQoWVyc5pyCVHt1s= -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Njsl7JDhbzyaYemZfEBTh6lcQoA=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Njsl7JDhbzyaYemZfEBTh6lcQoA= -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Nzdx+UHCqeQJdE0mzQgqu6id6U4=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Nzdx+UHCqeQJdE0mzQgqu6id6U4= -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/PBvQnP1B+zPfXAsTVr7NoVE7d9M=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/PBvQnP1B+zPfXAsTVr7NoVE7d9M= -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/PFM5LV9brnUlj+u6sYhwQ4MiD7Q=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/PFM5LV9brnUlj+u6sYhwQ4MiD7Q= -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Pt7j+DNtnE3Z1HYH7opymag6adA=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Pt7j+DNtnE3Z1HYH7opymag6adA= -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/RWvyLsaGMqYJdwtb1PYAEPT6cSE=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/RWvyLsaGMqYJdwtb1PYAEPT6cSE= -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/RajO+1ZTrZmvMa0NokfwjTbkI9c=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/RajO+1ZTrZmvMa0NokfwjTbkI9c= -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/RvhAoL7OvF6e2yo+aF0TtLG_9UU=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/RvhAoL7OvF6e2yo+aF0TtLG_9UU= -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/S+GMkT5fqmDnH1fEFRTVxrkP5W4=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/S+GMkT5fqmDnH1fEFRTVxrkP5W4= -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/WZVnH36TktyZLkudLAGcQ4P2j9A=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/WZVnH36TktyZLkudLAGcQ4P2j9A= -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/YuKF4p+6wvg+ilypaV8XXkdK1xk=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/YuKF4p+6wvg+ilypaV8XXkdK1xk= -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/ahH4Z8_DbjiZMhBIZXWRuimoNG4=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/ahH4Z8_DbjiZMhBIZXWRuimoNG4= -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/cLbvMGL3VAUm18O2B_kzqXAERjo=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/cLbvMGL3VAUm18O2B_kzqXAERjo= -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/cSbe9SBSG2+ddAV6Euh6ZnX2nEA=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/cSbe9SBSG2+ddAV6Euh6ZnX2nEA= -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/dxVvbZodhlnAvGGeo8g+IfTVbTg=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/dxVvbZodhlnAvGGeo8g+IfTVbTg= -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/edNrRS4p9HDgIfsQ93wLYTRgTgI=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/edNrRS4p9HDgIfsQ93wLYTRgTgI= -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/g2m5KA4t4yF7_C7apNisNr_d42Y=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/g2m5KA4t4yF7_C7apNisNr_d42Y= -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/g38HQzBwSTWucl0p0kNTTZAkWQ8=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/g38HQzBwSTWucl0p0kNTTZAkWQ8= -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/gDz2Ojt3FRzxOpYg21GIQd39HsE=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/gDz2Ojt3FRzxOpYg21GIQd39HsE= -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/lM0NZF3vLp+KKmRDb2uCh2wnxAw=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/lM0NZF3vLp+KKmRDb2uCh2wnxAw= -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/mJKVXW1OyfsL8B8A32YqrznW4ag=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/mJKVXW1OyfsL8B8A32YqrznW4ag= -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/moZc+UQZBeBwettiKMC6jRqG1Lg=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/moZc+UQZBeBwettiKMC6jRqG1Lg= -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/mtvhtPr6+XZ9453g+5yJ1ImgfS4=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/mtvhtPr6+XZ9453g+5yJ1ImgfS4= -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/w5VVh8J2InUMj1ZRfv+c2oScVgU=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/w5VVh8J2InUMj1ZRfv+c2oScVgU= -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/wRQsbIhqZnpGWO7JQfVQ+5gaJgM=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/wRQsbIhqZnpGWO7JQfVQ+5gaJgM= -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/wY34V9L_9S2pc_iNzbcMX_SNcbk=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/wY34V9L_9S2pc_iNzbcMX_SNcbk= -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/wlwUH_XnEnLDGeGfVJ713IEOwRU=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/wlwUH_XnEnLDGeGfVJ713IEOwRU= -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/xbrFx316fRad9sdmJBLVuGsb9GM=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/xbrFx316fRad9sdmJBLVuGsb9GM= -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/xezo0JTfPG1XGMb57Kxa6zqEUho=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/xezo0JTfPG1XGMb57Kxa6zqEUho= -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/y3RbPvEvb8TjoIMN+_0VhchhIRY=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/y3RbPvEvb8TjoIMN+_0VhchhIRY= -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/ySDtIAV95Mdjv+RDigYdVTcePeY=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/ySDtIAV95Mdjv+RDigYdVTcePeY= -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/yX3Ax+sh_lIg+A5Zsy7MNecE7AI=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/yX3Ax+sh_lIg+A5Zsy7MNecE7AI= -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/z6x2HCvUm4fkykvP3sWUPWIYJRo=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/z6x2HCvUm4fkykvP3sWUPWIYJRo= -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/zY28rGb_iTyumqCUbi1sblfBQag=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/zY28rGb_iTyumqCUbi1sblfBQag= -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/zeDkpMe3Z3vdGIGEHtAin7hxyug=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/zeDkpMe3Z3vdGIGEHtAin7hxyug= -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/incremental/debug-mergeNativeLibs/merge-state: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/incremental/debug-mergeNativeLibs/merge-state -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/+K0eO94k+AehpSd8v_Vs4XKV4KU=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/+K0eO94k+AehpSd8v_Vs4XKV4KU= -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/26PB558JakE0EEXxLka9qrxbhdw=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/26PB558JakE0EEXxLka9qrxbhdw= -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/491qTDeQSKj23dqxY8wz1aM3rzI=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/491qTDeQSKj23dqxY8wz1aM3rzI= -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/6nh14yNqD+57mqyQfc8ok7xHuKo=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/6nh14yNqD+57mqyQfc8ok7xHuKo= -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/8eK2f834_yvx1W6ykFle0L0xPMs=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/8eK2f834_yvx1W6ykFle0L0xPMs= -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/8k96Xdjm2Pc9MDBuV3ZkHjudBsg=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/8k96Xdjm2Pc9MDBuV3ZkHjudBsg= -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/9cxOgxfg9N0f0MI1ox0hvOOAHWo=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/9cxOgxfg9N0f0MI1ox0hvOOAHWo= -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/AuUzczQGo65wH1WosCGFdE4YKYg=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/AuUzczQGo65wH1WosCGFdE4YKYg= -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/DDR0Z6fZ2PdzuGE7c5AAvquQzeg=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/DDR0Z6fZ2PdzuGE7c5AAvquQzeg= -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/G1LU5SX0EqTSvpYeIaQWeRH6qqY=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/G1LU5SX0EqTSvpYeIaQWeRH6qqY= -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/GpmZvkuaLZwUBYIZwTJGKAIXKYg=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/GpmZvkuaLZwUBYIZwTJGKAIXKYg= -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/I1kT_iq1aoKZFmIZZyDpC1jhYbw=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/I1kT_iq1aoKZFmIZZyDpC1jhYbw= -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/LVOMrXNA22AYiI8y4YiErcv47IU=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/LVOMrXNA22AYiI8y4YiErcv47IU= -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/MNjCEpL50+CB8sdM9mjBk9zVAlo=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/MNjCEpL50+CB8sdM9mjBk9zVAlo= -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/MgM4y2juziTVdfTF9tvMnex_zgo=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/MgM4y2juziTVdfTF9tvMnex_zgo= -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/N55SyxLckg7kMRtRIU1zXiOvuCQ=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/N55SyxLckg7kMRtRIU1zXiOvuCQ= -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/N5y0NvHNlkmfQoWVyc5pyCVHt1s=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/N5y0NvHNlkmfQoWVyc5pyCVHt1s= -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/Njsl7JDhbzyaYemZfEBTh6lcQoA=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/Njsl7JDhbzyaYemZfEBTh6lcQoA= -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/Nzdx+UHCqeQJdE0mzQgqu6id6U4=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/Nzdx+UHCqeQJdE0mzQgqu6id6U4= -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/PBvQnP1B+zPfXAsTVr7NoVE7d9M=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/PBvQnP1B+zPfXAsTVr7NoVE7d9M= -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/PFM5LV9brnUlj+u6sYhwQ4MiD7Q=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/PFM5LV9brnUlj+u6sYhwQ4MiD7Q= -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/Pt7j+DNtnE3Z1HYH7opymag6adA=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/Pt7j+DNtnE3Z1HYH7opymag6adA= -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/RWvyLsaGMqYJdwtb1PYAEPT6cSE=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/RWvyLsaGMqYJdwtb1PYAEPT6cSE= -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/RajO+1ZTrZmvMa0NokfwjTbkI9c=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/RajO+1ZTrZmvMa0NokfwjTbkI9c= -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/RvhAoL7OvF6e2yo+aF0TtLG_9UU=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/RvhAoL7OvF6e2yo+aF0TtLG_9UU= -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/S+GMkT5fqmDnH1fEFRTVxrkP5W4=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/S+GMkT5fqmDnH1fEFRTVxrkP5W4= -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/WZVnH36TktyZLkudLAGcQ4P2j9A=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/WZVnH36TktyZLkudLAGcQ4P2j9A= -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/YuKF4p+6wvg+ilypaV8XXkdK1xk=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/YuKF4p+6wvg+ilypaV8XXkdK1xk= -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/ahH4Z8_DbjiZMhBIZXWRuimoNG4=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/ahH4Z8_DbjiZMhBIZXWRuimoNG4= -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/cLbvMGL3VAUm18O2B_kzqXAERjo=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/cLbvMGL3VAUm18O2B_kzqXAERjo= -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/cSbe9SBSG2+ddAV6Euh6ZnX2nEA=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/cSbe9SBSG2+ddAV6Euh6ZnX2nEA= -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/dxVvbZodhlnAvGGeo8g+IfTVbTg=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/dxVvbZodhlnAvGGeo8g+IfTVbTg= -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/edNrRS4p9HDgIfsQ93wLYTRgTgI=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/edNrRS4p9HDgIfsQ93wLYTRgTgI= -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/g2m5KA4t4yF7_C7apNisNr_d42Y=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/g2m5KA4t4yF7_C7apNisNr_d42Y= -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/g38HQzBwSTWucl0p0kNTTZAkWQ8=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/g38HQzBwSTWucl0p0kNTTZAkWQ8= -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/gDz2Ojt3FRzxOpYg21GIQd39HsE=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/gDz2Ojt3FRzxOpYg21GIQd39HsE= -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/lM0NZF3vLp+KKmRDb2uCh2wnxAw=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/lM0NZF3vLp+KKmRDb2uCh2wnxAw= -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/mJKVXW1OyfsL8B8A32YqrznW4ag=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/mJKVXW1OyfsL8B8A32YqrznW4ag= -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/moZc+UQZBeBwettiKMC6jRqG1Lg=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/moZc+UQZBeBwettiKMC6jRqG1Lg= -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/mtvhtPr6+XZ9453g+5yJ1ImgfS4=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/mtvhtPr6+XZ9453g+5yJ1ImgfS4= -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/w5VVh8J2InUMj1ZRfv+c2oScVgU=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/w5VVh8J2InUMj1ZRfv+c2oScVgU= -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/wRQsbIhqZnpGWO7JQfVQ+5gaJgM=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/wRQsbIhqZnpGWO7JQfVQ+5gaJgM= -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/wY34V9L_9S2pc_iNzbcMX_SNcbk=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/wY34V9L_9S2pc_iNzbcMX_SNcbk= -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/wlwUH_XnEnLDGeGfVJ713IEOwRU=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/wlwUH_XnEnLDGeGfVJ713IEOwRU= -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/xbrFx316fRad9sdmJBLVuGsb9GM=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/xbrFx316fRad9sdmJBLVuGsb9GM= -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/xezo0JTfPG1XGMb57Kxa6zqEUho=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/xezo0JTfPG1XGMb57Kxa6zqEUho= -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/y3RbPvEvb8TjoIMN+_0VhchhIRY=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/y3RbPvEvb8TjoIMN+_0VhchhIRY= -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/ySDtIAV95Mdjv+RDigYdVTcePeY=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/ySDtIAV95Mdjv+RDigYdVTcePeY= -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/yX3Ax+sh_lIg+A5Zsy7MNecE7AI=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/yX3Ax+sh_lIg+A5Zsy7MNecE7AI= -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/z6x2HCvUm4fkykvP3sWUPWIYJRo=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/z6x2HCvUm4fkykvP3sWUPWIYJRo= -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/zY28rGb_iTyumqCUbi1sblfBQag=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/zY28rGb_iTyumqCUbi1sblfBQag= -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/zeDkpMe3Z3vdGIGEHtAin7hxyug=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/incremental/debug-mergeNativeLibs/zip-cache/zeDkpMe3Z3vdGIGEHtAin7hxyug= -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/incremental/mergeDebugAssets/merger.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/incremental/mergeDebugJniLibFolders/merger.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-h320dp-port-v13/values-h320dp-port-v13.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 210dp 4 | 8dp 5 | -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-h360dp-land-v13/values-h360dp-land-v13.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4dp 4 | 18dp 5 | 40dp 6 | 2dp 7 | 2dp 8 | 40dp 9 | 20dp 10 | 128dp 11 | 4dp 12 | -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-h480dp-land-v13/values-h480dp-land-v13.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 0dp 4 | 22dp 5 | 48dp 6 | 2dp 7 | 2dp 8 | 48dp 9 | 20dp 10 | 168dp 11 | 0dp 12 | -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-h550dp-port-v13/values-h550dp-port-v13.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 230dp 4 | 24dp 5 | -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-h600dp-port-v13/values-h600dp-port-v13.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 256dp 4 | -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-h720dp-v13/values-h720dp-v13.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 54dip 4 | -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-hdpi-v4/values-hdpi-v4.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 8 | -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-large-v4/values-large-v4.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 440dp 4 | 60% 5 | 90% 6 | 60% 7 | 90% 8 | 55% 9 | 80% 10 | 8 | -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v18/values-v18.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 0px 4 | -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v22/values-v22.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 10 | 15 | -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v24/values-v24.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 7 | 9 | -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-v26/values-v26.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 9 | 13 | 17 | 6 | 9 | 12 | -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-watch-v21/values-watch-v21.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 7 | 11 | 15 | -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/incremental/mergeDebugResources/merged.dir/values-xlarge-v4/values-xlarge-v4.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 60% 4 | 90% 5 | 50% 6 | 70% 7 | 45% 8 | 72% 9 | -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/incremental/mergeDebugShaders/merger.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/incremental/packageDebug/tmp/debug/dex-renamer-state.txt: -------------------------------------------------------------------------------- 1 | #Sat Jan 08 19:09:00 IST 2022 2 | base.0=D\:\\Custom-Object-Detection-on-Android-using-TF-Lite\\Android_App\\app\\build\\intermediates\\dex\\debug\\mergeExtDexDebug\\classes.dex 3 | path.1=classes.dex 4 | renamed.1=classes2.dex 5 | path.0=classes.dex 6 | renamed.0=classes.dex 7 | base.1=D\:\\Custom-Object-Detection-on-Android-using-TF-Lite\\Android_App\\app\\build\\intermediates\\dex\\debug\\mergeProjectDexDebug\\classes.dex 8 | -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/incremental/packageDebug/tmp/debug/zip-cache/androidResources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/incremental/packageDebug/tmp/debug/zip-cache/androidResources -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/incremental/packageDebug/tmp/debug/zip-cache/javaResources0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/incremental/packageDebug/tmp/debug/zip-cache/javaResources0 -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/javac/debug/classes/org/tensorflow/codelabs/objectdetection/BuildConfig.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/javac/debug/classes/org/tensorflow/codelabs/objectdetection/BuildConfig.class -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/merged_assets/debug/out/COPY_TFLITE_MODEL_HERE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/merged_assets/debug/out/COPY_TFLITE_MODEL_HERE -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/merged_java_res/debug/out.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/merged_java_res/debug/out.jar -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/merged_manifests/debug/output-metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": 2, 3 | "artifactType": { 4 | "type": "MERGED_MANIFESTS", 5 | "kind": "Directory" 6 | }, 7 | "applicationId": "org.tensorflow.codelabs.objectdetection", 8 | "variantName": "debug", 9 | "elements": [ 10 | { 11 | "type": "SINGLE", 12 | "filters": [], 13 | "versionCode": 1, 14 | "versionName": "1.0", 15 | "outputFile": "AndroidManifest.xml" 16 | } 17 | ] 18 | } -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libtask_vision_jni.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/merged_native_libs/debug/out/lib/arm64-v8a/libtask_vision_jni.so -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libtask_vision_jni.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/merged_native_libs/debug/out/lib/armeabi-v7a/libtask_vision_jni.so -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libtask_vision_jni.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/merged_native_libs/debug/out/lib/x86/libtask_vision_jni.so -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libtask_vision_jni.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/merged_native_libs/debug/out/lib/x86_64/libtask_vision_jni.so -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-h320dp-port-v13.json: -------------------------------------------------------------------------------- 1 | { 2 | "logs": [ 3 | { 4 | "outputFile": "D:\\Custom-Object-Detection-on-Android-using-TF-Lite\\Android_App\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-h320dp-port-v13\\values-h320dp-port-v13.xml", 5 | "map": [ 6 | { 7 | "source": "C:\\Users\\tiwar\\.gradle\\caches\\transforms-2\\files-2.1\\10a1fd9a43e78ddadba51799567f760e\\material-1.3.0\\res\\values-h320dp-port-v13\\values-h320dp-port-v13.xml", 8 | "from": { 9 | "startLines": "2,3", 10 | "startColumns": "4,4", 11 | "startOffsets": "55,107", 12 | "endColumns": "51,75", 13 | "endOffsets": "102,178" 14 | } 15 | } 16 | ] 17 | } 18 | ] 19 | } -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-h360dp-land-v13.json: -------------------------------------------------------------------------------- 1 | { 2 | "logs": [ 3 | { 4 | "outputFile": "D:\\Custom-Object-Detection-on-Android-using-TF-Lite\\Android_App\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-h360dp-land-v13\\values-h360dp-land-v13.xml", 5 | "map": [ 6 | { 7 | "source": "C:\\Users\\tiwar\\.gradle\\caches\\transforms-2\\files-2.1\\10a1fd9a43e78ddadba51799567f760e\\material-1.3.0\\res\\values-h360dp-land-v13\\values-h360dp-land-v13.xml", 8 | "from": { 9 | "startLines": "2,3,4,5,6,7,8,9,10", 10 | "startColumns": "4,4,4,4,4,4,4,4,4", 11 | "startOffsets": "55,114,170,226,293,358,413,478,547", 12 | "endColumns": "58,55,55,66,64,54,64,68,68", 13 | "endOffsets": "109,165,221,288,353,408,473,542,611" 14 | } 15 | } 16 | ] 17 | } 18 | ] 19 | } -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-h480dp-land-v13.json: -------------------------------------------------------------------------------- 1 | { 2 | "logs": [ 3 | { 4 | "outputFile": "D:\\Custom-Object-Detection-on-Android-using-TF-Lite\\Android_App\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-h480dp-land-v13\\values-h480dp-land-v13.xml", 5 | "map": [ 6 | { 7 | "source": "C:\\Users\\tiwar\\.gradle\\caches\\transforms-2\\files-2.1\\10a1fd9a43e78ddadba51799567f760e\\material-1.3.0\\res\\values-h480dp-land-v13\\values-h480dp-land-v13.xml", 8 | "from": { 9 | "startLines": "2,3,4,5,6,7,8,9,10", 10 | "startColumns": "4,4,4,4,4,4,4,4,4", 11 | "startOffsets": "55,114,170,226,293,358,413,478,547", 12 | "endColumns": "58,55,55,66,64,54,64,68,68", 13 | "endOffsets": "109,165,221,288,353,408,473,542,611" 14 | } 15 | } 16 | ] 17 | } 18 | ] 19 | } -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-h550dp-port-v13.json: -------------------------------------------------------------------------------- 1 | { 2 | "logs": [ 3 | { 4 | "outputFile": "D:\\Custom-Object-Detection-on-Android-using-TF-Lite\\Android_App\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-h550dp-port-v13\\values-h550dp-port-v13.xml", 5 | "map": [ 6 | { 7 | "source": "C:\\Users\\tiwar\\.gradle\\caches\\transforms-2\\files-2.1\\10a1fd9a43e78ddadba51799567f760e\\material-1.3.0\\res\\values-h550dp-port-v13\\values-h550dp-port-v13.xml", 8 | "from": { 9 | "startLines": "2,3", 10 | "startColumns": "4,4", 11 | "startOffsets": "55,107", 12 | "endColumns": "51,76", 13 | "endOffsets": "102,179" 14 | } 15 | } 16 | ] 17 | } 18 | ] 19 | } -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-h600dp-port-v13.json: -------------------------------------------------------------------------------- 1 | { 2 | "logs": [ 3 | { 4 | "outputFile": "D:\\Custom-Object-Detection-on-Android-using-TF-Lite\\Android_App\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-h600dp-port-v13\\values-h600dp-port-v13.xml", 5 | "map": [ 6 | { 7 | "source": "C:\\Users\\tiwar\\.gradle\\caches\\transforms-2\\files-2.1\\10a1fd9a43e78ddadba51799567f760e\\material-1.3.0\\res\\values-h600dp-port-v13\\values-h600dp-port-v13.xml", 8 | "from": { 9 | "startLines": "2", 10 | "startColumns": "4", 11 | "startOffsets": "55", 12 | "endColumns": "51", 13 | "endOffsets": "102" 14 | } 15 | } 16 | ] 17 | } 18 | ] 19 | } -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-h720dp-v13.json: -------------------------------------------------------------------------------- 1 | { 2 | "logs": [ 3 | { 4 | "outputFile": "D:\\Custom-Object-Detection-on-Android-using-TF-Lite\\Android_App\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-h720dp-v13\\values-h720dp-v13.xml", 5 | "map": [ 6 | { 7 | "source": "C:\\Users\\tiwar\\.gradle\\caches\\transforms-2\\files-2.1\\4102c377b7a8a929cfb8c6bcf858d486\\appcompat-1.2.0\\res\\values-h720dp-v13\\values-h720dp-v13.xml", 8 | "from": { 9 | "startLines": "2", 10 | "startColumns": "4", 11 | "startOffsets": "55", 12 | "endColumns": "66", 13 | "endOffsets": "117" 14 | } 15 | } 16 | ] 17 | } 18 | ] 19 | } -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-hdpi-v4.json: -------------------------------------------------------------------------------- 1 | { 2 | "logs": [ 3 | { 4 | "outputFile": "D:\\Custom-Object-Detection-on-Android-using-TF-Lite\\Android_App\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-hdpi-v4\\values-hdpi-v4.xml", 5 | "map": [ 6 | { 7 | "source": "C:\\Users\\tiwar\\.gradle\\caches\\transforms-2\\files-2.1\\4102c377b7a8a929cfb8c6bcf858d486\\appcompat-1.2.0\\res\\values-hdpi-v4\\values-hdpi-v4.xml", 8 | "from": { 9 | "startLines": "2", 10 | "startColumns": "4", 11 | "startOffsets": "55", 12 | "endLines": "6", 13 | "endColumns": "13", 14 | "endOffsets": "327" 15 | } 16 | } 17 | ] 18 | } 19 | ] 20 | } -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ldltr-v21.json: -------------------------------------------------------------------------------- 1 | { 2 | "logs": [ 3 | { 4 | "outputFile": "D:\\Custom-Object-Detection-on-Android-using-TF-Lite\\Android_App\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-ldltr-v21\\values-ldltr-v21.xml", 5 | "map": [ 6 | { 7 | "source": "C:\\Users\\tiwar\\.gradle\\caches\\transforms-2\\files-2.1\\4102c377b7a8a929cfb8c6bcf858d486\\appcompat-1.2.0\\res\\values-ldltr-v21\\values-ldltr-v21.xml", 8 | "from": { 9 | "startLines": "2", 10 | "startColumns": "4", 11 | "startOffsets": "55", 12 | "endColumns": "112", 13 | "endOffsets": "163" 14 | } 15 | } 16 | ] 17 | } 18 | ] 19 | } -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ldrtl-v17.json: -------------------------------------------------------------------------------- 1 | { 2 | "logs": [ 3 | { 4 | "outputFile": "D:\\Custom-Object-Detection-on-Android-using-TF-Lite\\Android_App\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-ldrtl-v17\\values-ldrtl-v17.xml", 5 | "map": [ 6 | { 7 | "source": "C:\\Users\\tiwar\\.gradle\\caches\\transforms-2\\files-2.1\\10a1fd9a43e78ddadba51799567f760e\\material-1.3.0\\res\\values-ldrtl-v17\\values-ldrtl-v17.xml", 8 | "from": { 9 | "startLines": "2,3", 10 | "startColumns": "4,4", 11 | "startOffsets": "55,191", 12 | "endColumns": "135,140", 13 | "endOffsets": "186,327" 14 | } 15 | } 16 | ] 17 | } 18 | ] 19 | } -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-port.json: -------------------------------------------------------------------------------- 1 | { 2 | "logs": [ 3 | { 4 | "outputFile": "D:\\Custom-Object-Detection-on-Android-using-TF-Lite\\Android_App\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-port\\values-port.xml", 5 | "map": [ 6 | { 7 | "source": "C:\\Users\\tiwar\\.gradle\\caches\\transforms-2\\files-2.1\\4102c377b7a8a929cfb8c6bcf858d486\\appcompat-1.2.0\\res\\values-port\\values-port.xml", 8 | "from": { 9 | "startLines": "2", 10 | "startColumns": "4", 11 | "startOffsets": "55", 12 | "endColumns": "55", 13 | "endOffsets": "106" 14 | } 15 | } 16 | ] 17 | } 18 | ] 19 | } -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-small-v4.json: -------------------------------------------------------------------------------- 1 | { 2 | "logs": [ 3 | { 4 | "outputFile": "D:\\Custom-Object-Detection-on-Android-using-TF-Lite\\Android_App\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-small-v4\\values-small-v4.xml", 5 | "map": [ 6 | { 7 | "source": "C:\\Users\\tiwar\\.gradle\\caches\\transforms-2\\files-2.1\\10a1fd9a43e78ddadba51799567f760e\\material-1.3.0\\res\\values-small-v4\\values-small-v4.xml", 8 | "from": { 9 | "startLines": "2,3,4,5", 10 | "startColumns": "4,4,4,4", 11 | "startOffsets": "55,128,198,270", 12 | "endColumns": "72,69,71,69", 13 | "endOffsets": "123,193,265,335" 14 | } 15 | } 16 | ] 17 | } 18 | ] 19 | } -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v17.json: -------------------------------------------------------------------------------- 1 | { 2 | "logs": [ 3 | { 4 | "outputFile": "D:\\Custom-Object-Detection-on-Android-using-TF-Lite\\Android_App\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-v17\\values-v17.xml", 5 | "map": [ 6 | { 7 | "source": "C:\\Users\\tiwar\\.gradle\\caches\\transforms-2\\files-2.1\\4102c377b7a8a929cfb8c6bcf858d486\\appcompat-1.2.0\\res\\values-v17\\values-v17.xml", 8 | "from": { 9 | "startLines": "2,5,9,12,15,18,22,25,29,33,37,40,43,46,50,53,57", 10 | "startColumns": "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", 11 | "startOffsets": "55,228,456,614,764,936,1161,1331,1559,1783,2025,2196,2370,2539,2812,3012,3216", 12 | "endLines": "4,8,11,14,17,21,24,28,32,36,39,42,45,49,52,56,60", 13 | "endColumns": "12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12", 14 | "endOffsets": "223,451,609,759,931,1156,1326,1554,1778,2020,2191,2365,2534,2807,3007,3211,3540" 15 | } 16 | } 17 | ] 18 | } 19 | ] 20 | } -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v18.json: -------------------------------------------------------------------------------- 1 | { 2 | "logs": [ 3 | { 4 | "outputFile": "D:\\Custom-Object-Detection-on-Android-using-TF-Lite\\Android_App\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-v18\\values-v18.xml", 5 | "map": [ 6 | { 7 | "source": "C:\\Users\\tiwar\\.gradle\\caches\\transforms-2\\files-2.1\\4102c377b7a8a929cfb8c6bcf858d486\\appcompat-1.2.0\\res\\values-v18\\values-v18.xml", 8 | "from": { 9 | "startLines": "2", 10 | "startColumns": "4", 11 | "startOffsets": "55", 12 | "endColumns": "48", 13 | "endOffsets": "99" 14 | } 15 | } 16 | ] 17 | } 18 | ] 19 | } -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v22.json: -------------------------------------------------------------------------------- 1 | { 2 | "logs": [ 3 | { 4 | "outputFile": "D:\\Custom-Object-Detection-on-Android-using-TF-Lite\\Android_App\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-v22\\values-v22.xml", 5 | "map": [ 6 | { 7 | "source": "C:\\Users\\tiwar\\.gradle\\caches\\transforms-2\\files-2.1\\4102c377b7a8a929cfb8c6bcf858d486\\appcompat-1.2.0\\res\\values-v22\\values-v22.xml", 8 | "from": { 9 | "startLines": "2,3,4,9", 10 | "startColumns": "4,4,4,4", 11 | "startOffsets": "55,130,217,553", 12 | "endLines": "2,3,8,13", 13 | "endColumns": "74,86,12,12", 14 | "endOffsets": "125,212,548,896" 15 | } 16 | } 17 | ] 18 | } 19 | ] 20 | } -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v24.json: -------------------------------------------------------------------------------- 1 | { 2 | "logs": [ 3 | { 4 | "outputFile": "D:\\Custom-Object-Detection-on-Android-using-TF-Lite\\Android_App\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-v24\\values-v24.xml", 5 | "map": [ 6 | { 7 | "source": "C:\\Users\\tiwar\\.gradle\\caches\\transforms-2\\files-2.1\\4102c377b7a8a929cfb8c6bcf858d486\\appcompat-1.2.0\\res\\values-v24\\values-v24.xml", 8 | "from": { 9 | "startLines": "2,3", 10 | "startColumns": "4,4", 11 | "startOffsets": "55,212", 12 | "endColumns": "156,134", 13 | "endOffsets": "207,342" 14 | } 15 | } 16 | ] 17 | } 18 | ] 19 | } -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v25.json: -------------------------------------------------------------------------------- 1 | { 2 | "logs": [ 3 | { 4 | "outputFile": "D:\\Custom-Object-Detection-on-Android-using-TF-Lite\\Android_App\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-v25\\values-v25.xml", 5 | "map": [ 6 | { 7 | "source": "C:\\Users\\tiwar\\.gradle\\caches\\transforms-2\\files-2.1\\4102c377b7a8a929cfb8c6bcf858d486\\appcompat-1.2.0\\res\\values-v25\\values-v25.xml", 8 | "from": { 9 | "startLines": "2,3,4,6", 10 | "startColumns": "4,4,4,4", 11 | "startOffsets": "55,126,209,308", 12 | "endLines": "2,3,5,7", 13 | "endColumns": "70,82,12,12", 14 | "endOffsets": "121,204,303,414" 15 | } 16 | } 17 | ] 18 | } 19 | ] 20 | } -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v26.json: -------------------------------------------------------------------------------- 1 | { 2 | "logs": [ 3 | { 4 | "outputFile": "D:\\Custom-Object-Detection-on-Android-using-TF-Lite\\Android_App\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-v26\\values-v26.xml", 5 | "map": [ 6 | { 7 | "source": "C:\\Users\\tiwar\\.gradle\\caches\\transforms-2\\files-2.1\\4102c377b7a8a929cfb8c6bcf858d486\\appcompat-1.2.0\\res\\values-v26\\values-v26.xml", 8 | "from": { 9 | "startLines": "2,3,4,8,12,16", 10 | "startColumns": "4,4,4,4,4,4", 11 | "startOffsets": "55,130,217,431,657,896", 12 | "endLines": "2,3,7,11,15,16", 13 | "endColumns": "74,86,12,12,12,92", 14 | "endOffsets": "125,212,426,652,891,984" 15 | } 16 | } 17 | ] 18 | } 19 | ] 20 | } -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-w320dp-land-v13.json: -------------------------------------------------------------------------------- 1 | { 2 | "logs": [ 3 | { 4 | "outputFile": "D:\\Custom-Object-Detection-on-Android-using-TF-Lite\\Android_App\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-w320dp-land-v13\\values-w320dp-land-v13.xml", 5 | "map": [ 6 | { 7 | "source": "C:\\Users\\tiwar\\.gradle\\caches\\transforms-2\\files-2.1\\10a1fd9a43e78ddadba51799567f760e\\material-1.3.0\\res\\values-w320dp-land-v13\\values-w320dp-land-v13.xml", 8 | "from": { 9 | "startLines": "2,3,4", 10 | "startColumns": "4,4,4", 11 | "startOffsets": "55,110,172", 12 | "endColumns": "54,61,51", 13 | "endOffsets": "105,167,219" 14 | } 15 | } 16 | ] 17 | } 18 | ] 19 | } -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-w360dp-port-v13.json: -------------------------------------------------------------------------------- 1 | { 2 | "logs": [ 3 | { 4 | "outputFile": "D:\\Custom-Object-Detection-on-Android-using-TF-Lite\\Android_App\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-w360dp-port-v13\\values-w360dp-port-v13.xml", 5 | "map": [ 6 | { 7 | "source": "C:\\Users\\tiwar\\.gradle\\caches\\transforms-2\\files-2.1\\10a1fd9a43e78ddadba51799567f760e\\material-1.3.0\\res\\values-w360dp-port-v13\\values-w360dp-port-v13.xml", 8 | "from": { 9 | "startLines": "2,3,4,5,6,7,8,9", 10 | "startColumns": "4,4,4,4,4,4,4,4", 11 | "startOffsets": "55,114,170,226,293,358,413,478", 12 | "endColumns": "58,55,55,66,64,54,64,68", 13 | "endOffsets": "109,165,221,288,353,408,473,542" 14 | } 15 | } 16 | ] 17 | } 18 | ] 19 | } -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-w480dp-port-v13.json: -------------------------------------------------------------------------------- 1 | { 2 | "logs": [ 3 | { 4 | "outputFile": "D:\\Custom-Object-Detection-on-Android-using-TF-Lite\\Android_App\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-w480dp-port-v13\\values-w480dp-port-v13.xml", 5 | "map": [ 6 | { 7 | "source": "C:\\Users\\tiwar\\.gradle\\caches\\transforms-2\\files-2.1\\10a1fd9a43e78ddadba51799567f760e\\material-1.3.0\\res\\values-w480dp-port-v13\\values-w480dp-port-v13.xml", 8 | "from": { 9 | "startLines": "2,3,4,5,6,7,8,9", 10 | "startColumns": "4,4,4,4,4,4,4,4", 11 | "startOffsets": "55,114,170,226,293,358,413,478", 12 | "endColumns": "58,55,55,66,64,54,64,68", 13 | "endOffsets": "109,165,221,288,353,408,473,542" 14 | } 15 | } 16 | ] 17 | } 18 | ] 19 | } -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-w550dp-land-v13.json: -------------------------------------------------------------------------------- 1 | { 2 | "logs": [ 3 | { 4 | "outputFile": "D:\\Custom-Object-Detection-on-Android-using-TF-Lite\\Android_App\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-w550dp-land-v13\\values-w550dp-land-v13.xml", 5 | "map": [ 6 | { 7 | "source": "C:\\Users\\tiwar\\.gradle\\caches\\transforms-2\\files-2.1\\10a1fd9a43e78ddadba51799567f760e\\material-1.3.0\\res\\values-w550dp-land-v13\\values-w550dp-land-v13.xml", 8 | "from": { 9 | "startLines": "2", 10 | "startColumns": "4", 11 | "startOffsets": "55", 12 | "endColumns": "51", 13 | "endOffsets": "102" 14 | } 15 | } 16 | ] 17 | } 18 | ] 19 | } -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-w600dp-land-v13.json: -------------------------------------------------------------------------------- 1 | { 2 | "logs": [ 3 | { 4 | "outputFile": "D:\\Custom-Object-Detection-on-Android-using-TF-Lite\\Android_App\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-w600dp-land-v13\\values-w600dp-land-v13.xml", 5 | "map": [ 6 | { 7 | "source": "C:\\Users\\tiwar\\.gradle\\caches\\transforms-2\\files-2.1\\10a1fd9a43e78ddadba51799567f760e\\material-1.3.0\\res\\values-w600dp-land-v13\\values-w600dp-land-v13.xml", 8 | "from": { 9 | "startLines": "2,3", 10 | "startColumns": "4,4", 11 | "startOffsets": "55,110", 12 | "endColumns": "54,51", 13 | "endOffsets": "105,157" 14 | } 15 | } 16 | ] 17 | } 18 | ] 19 | } -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-watch-v20.json: -------------------------------------------------------------------------------- 1 | { 2 | "logs": [ 3 | { 4 | "outputFile": "D:\\Custom-Object-Detection-on-Android-using-TF-Lite\\Android_App\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-watch-v20\\values-watch-v20.xml", 5 | "map": [ 6 | { 7 | "source": "C:\\Users\\tiwar\\.gradle\\caches\\transforms-2\\files-2.1\\4102c377b7a8a929cfb8c6bcf858d486\\appcompat-1.2.0\\res\\values-watch-v20\\values-watch-v20.xml", 8 | "from": { 9 | "startLines": "2,5,8", 10 | "startColumns": "4,4,4", 11 | "startOffsets": "55,214,385", 12 | "endLines": "4,7,10", 13 | "endColumns": "12,12,12", 14 | "endOffsets": "209,380,553" 15 | } 16 | } 17 | ] 18 | } 19 | ] 20 | } -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-watch-v21.json: -------------------------------------------------------------------------------- 1 | { 2 | "logs": [ 3 | { 4 | "outputFile": "D:\\Custom-Object-Detection-on-Android-using-TF-Lite\\Android_App\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-watch-v21\\values-watch-v21.xml", 5 | "map": [ 6 | { 7 | "source": "C:\\Users\\tiwar\\.gradle\\caches\\transforms-2\\files-2.1\\4102c377b7a8a929cfb8c6bcf858d486\\appcompat-1.2.0\\res\\values-watch-v21\\values-watch-v21.xml", 8 | "from": { 9 | "startLines": "2,6,10", 10 | "startColumns": "4,4,4", 11 | "startOffsets": "55,271,499", 12 | "endLines": "5,9,13", 13 | "endColumns": "12,12,12", 14 | "endOffsets": "266,494,724" 15 | } 16 | } 17 | ] 18 | } 19 | ] 20 | } -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-xlarge-v4.json: -------------------------------------------------------------------------------- 1 | { 2 | "logs": [ 3 | { 4 | "outputFile": "D:\\Custom-Object-Detection-on-Android-using-TF-Lite\\Android_App\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-xlarge-v4\\values-xlarge-v4.xml", 5 | "map": [ 6 | { 7 | "source": "C:\\Users\\tiwar\\.gradle\\caches\\transforms-2\\files-2.1\\4102c377b7a8a929cfb8c6bcf858d486\\appcompat-1.2.0\\res\\values-xlarge-v4\\values-xlarge-v4.xml", 8 | "from": { 9 | "startLines": "2,3,4,5,6,7", 10 | "startColumns": "4,4,4,4,4,4", 11 | "startOffsets": "55,126,197,267,337,405", 12 | "endColumns": "70,70,69,69,67,67", 13 | "endOffsets": "121,192,262,332,400,468" 14 | } 15 | } 16 | ] 17 | } 18 | ] 19 | } -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/navigation_json/debug/navigation.json: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/packaged_manifests/debug/output-metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": 2, 3 | "artifactType": { 4 | "type": "PACKAGED_MANIFESTS", 5 | "kind": "Directory" 6 | }, 7 | "applicationId": "org.tensorflow.codelabs.objectdetection", 8 | "variantName": "debug", 9 | "elements": [ 10 | { 11 | "type": "SINGLE", 12 | "filters": [], 13 | "versionCode": 1, 14 | "versionName": "1.0", 15 | "outputFile": "AndroidManifest.xml" 16 | } 17 | ] 18 | } -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/processed_res/debug/out/output-metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": 2, 3 | "artifactType": { 4 | "type": "PROCESSED_RES", 5 | "kind": "Directory" 6 | }, 7 | "applicationId": "org.tensorflow.codelabs.objectdetection", 8 | "variantName": "processDebugResources", 9 | "elements": [ 10 | { 11 | "type": "SINGLE", 12 | "filters": [], 13 | "versionCode": 1, 14 | "versionName": "1.0", 15 | "outputFile": "resources-debug.ap_" 16 | } 17 | ] 18 | } -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/processed_res/debug/out/resources-debug.ap_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/processed_res/debug/out/resources-debug.ap_ -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/project_dex_archive/debug/out/4a96603a95ffec317651183cd9b15f2fb250b5e236f6a0075e0dc539e1f4e0aa_0.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/project_dex_archive/debug/out/4a96603a95ffec317651183cd9b15f2fb250b5e236f6a0075e0dc539e1f4e0aa_0.jar -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/project_dex_archive/debug/out/4a96603a95ffec317651183cd9b15f2fb250b5e236f6a0075e0dc539e1f4e0aa_1.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/project_dex_archive/debug/out/4a96603a95ffec317651183cd9b15f2fb250b5e236f6a0075e0dc539e1f4e0aa_1.jar -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/project_dex_archive/debug/out/4a96603a95ffec317651183cd9b15f2fb250b5e236f6a0075e0dc539e1f4e0aa_2.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/project_dex_archive/debug/out/4a96603a95ffec317651183cd9b15f2fb250b5e236f6a0075e0dc539e1f4e0aa_2.jar -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/project_dex_archive/debug/out/4a96603a95ffec317651183cd9b15f2fb250b5e236f6a0075e0dc539e1f4e0aa_3.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/project_dex_archive/debug/out/4a96603a95ffec317651183cd9b15f2fb250b5e236f6a0075e0dc539e1f4e0aa_3.jar -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/project_dex_archive/debug/out/org/tensorflow/codelabs/objectdetection/BuildConfig.dex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/project_dex_archive/debug/out/org/tensorflow/codelabs/objectdetection/BuildConfig.dex -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/project_dex_archive/debug/out/org/tensorflow/codelabs/objectdetection/DetectionResult.dex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/project_dex_archive/debug/out/org/tensorflow/codelabs/objectdetection/DetectionResult.dex -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/project_dex_archive/debug/out/org/tensorflow/codelabs/objectdetection/MainActivity$Companion.dex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/project_dex_archive/debug/out/org/tensorflow/codelabs/objectdetection/MainActivity$Companion.dex -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/project_dex_archive/debug/out/org/tensorflow/codelabs/objectdetection/MainActivity$runObjectDetection$1.dex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/project_dex_archive/debug/out/org/tensorflow/codelabs/objectdetection/MainActivity$runObjectDetection$1.dex -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/project_dex_archive/debug/out/org/tensorflow/codelabs/objectdetection/MainActivity$setViewAndDetect$1.dex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/project_dex_archive/debug/out/org/tensorflow/codelabs/objectdetection/MainActivity$setViewAndDetect$1.dex -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/project_dex_archive/debug/out/org/tensorflow/codelabs/objectdetection/MainActivity.dex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/project_dex_archive/debug/out/org/tensorflow/codelabs/objectdetection/MainActivity.dex -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/res/merged/debug/drawable-anydpi-v24_ic_launcher_foreground.xml.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/res/merged/debug/drawable-anydpi-v24_ic_launcher_foreground.xml.flat -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/res/merged/debug/drawable_cartoon1.jpg.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/res/merged/debug/drawable_cartoon1.jpg.flat -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/res/merged/debug/drawable_cartoon2.jpg.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/res/merged/debug/drawable_cartoon2.jpg.flat -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/res/merged/debug/drawable_cartoon3.jpg.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/res/merged/debug/drawable_cartoon3.jpg.flat -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/res/merged/debug/drawable_ic_camera.xml.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/res/merged/debug/drawable_ic_camera.xml.flat -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/res/merged/debug/drawable_ic_launcher_background.xml.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/res/merged/debug/drawable_ic_launcher_background.xml.flat -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/res/merged/debug/drawable_icon.png.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/res/merged/debug/drawable_icon.png.flat -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/res/merged/debug/layout_activity_main.xml.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/res/merged/debug/layout_activity_main.xml.flat -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/res/merged/debug/mipmap-anydpi-v26_ic_launcher.xml.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/res/merged/debug/mipmap-anydpi-v26_ic_launcher.xml.flat -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/res/merged/debug/mipmap-anydpi-v26_ic_launcher_round.xml.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/res/merged/debug/mipmap-anydpi-v26_ic_launcher_round.xml.flat -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/res/merged/debug/mipmap-hdpi_ic_launcher.png.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/res/merged/debug/mipmap-hdpi_ic_launcher.png.flat -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/res/merged/debug/mipmap-hdpi_ic_launcher_round.png.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/res/merged/debug/mipmap-hdpi_ic_launcher_round.png.flat -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/res/merged/debug/mipmap-mdpi_ic_launcher.png.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/res/merged/debug/mipmap-mdpi_ic_launcher.png.flat -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/res/merged/debug/mipmap-mdpi_ic_launcher_round.png.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/res/merged/debug/mipmap-mdpi_ic_launcher_round.png.flat -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/res/merged/debug/mipmap-xhdpi_ic_launcher.png.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/res/merged/debug/mipmap-xhdpi_ic_launcher.png.flat -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/res/merged/debug/mipmap-xhdpi_ic_launcher_round.png.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/res/merged/debug/mipmap-xhdpi_ic_launcher_round.png.flat -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/res/merged/debug/mipmap-xxhdpi_ic_launcher.png.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/res/merged/debug/mipmap-xxhdpi_ic_launcher.png.flat -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/res/merged/debug/mipmap-xxhdpi_ic_launcher_round.png.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/res/merged/debug/mipmap-xxhdpi_ic_launcher_round.png.flat -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/res/merged/debug/mipmap-xxxhdpi_ic_launcher.png.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/res/merged/debug/mipmap-xxxhdpi_ic_launcher.png.flat -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/res/merged/debug/mipmap-xxxhdpi_ic_launcher_round.png.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/res/merged/debug/mipmap-xxxhdpi_ic_launcher_round.png.flat -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/res/merged/debug/values-af_values-af.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/res/merged/debug/values-af_values-af.arsc.flat -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/res/merged/debug/values-am_values-am.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/res/merged/debug/values-am_values-am.arsc.flat -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/res/merged/debug/values-ar_values-ar.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/res/merged/debug/values-ar_values-ar.arsc.flat -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/res/merged/debug/values-as_values-as.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/res/merged/debug/values-as_values-as.arsc.flat -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/res/merged/debug/values-az_values-az.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/res/merged/debug/values-az_values-az.arsc.flat -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/res/merged/debug/values-b+es+419_values-b+es+419.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/res/merged/debug/values-b+es+419_values-b+es+419.arsc.flat -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/res/merged/debug/values-b+sr+Latn_values-b+sr+Latn.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/res/merged/debug/values-b+sr+Latn_values-b+sr+Latn.arsc.flat -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/res/merged/debug/values-be_values-be.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/res/merged/debug/values-be_values-be.arsc.flat -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/res/merged/debug/values-bg_values-bg.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/res/merged/debug/values-bg_values-bg.arsc.flat -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/res/merged/debug/values-bn_values-bn.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/res/merged/debug/values-bn_values-bn.arsc.flat -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/res/merged/debug/values-bs_values-bs.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/res/merged/debug/values-bs_values-bs.arsc.flat -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/res/merged/debug/values-ca_values-ca.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/res/merged/debug/values-ca_values-ca.arsc.flat -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/res/merged/debug/values-cs_values-cs.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/res/merged/debug/values-cs_values-cs.arsc.flat -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/res/merged/debug/values-da_values-da.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/res/merged/debug/values-da_values-da.arsc.flat -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/res/merged/debug/values-de_values-de.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/res/merged/debug/values-de_values-de.arsc.flat -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/res/merged/debug/values-el_values-el.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/res/merged/debug/values-el_values-el.arsc.flat -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/res/merged/debug/values-en-rAU_values-en-rAU.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/res/merged/debug/values-en-rAU_values-en-rAU.arsc.flat -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/res/merged/debug/values-en-rCA_values-en-rCA.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/res/merged/debug/values-en-rCA_values-en-rCA.arsc.flat -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/res/merged/debug/values-en-rGB_values-en-rGB.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/res/merged/debug/values-en-rGB_values-en-rGB.arsc.flat -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/res/merged/debug/values-en-rIN_values-en-rIN.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/res/merged/debug/values-en-rIN_values-en-rIN.arsc.flat -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/res/merged/debug/values-en-rXC_values-en-rXC.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/res/merged/debug/values-en-rXC_values-en-rXC.arsc.flat -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/res/merged/debug/values-es-rUS_values-es-rUS.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/res/merged/debug/values-es-rUS_values-es-rUS.arsc.flat -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/res/merged/debug/values-es_values-es.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/res/merged/debug/values-es_values-es.arsc.flat -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/res/merged/debug/values-et_values-et.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/res/merged/debug/values-et_values-et.arsc.flat -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/res/merged/debug/values-eu_values-eu.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/res/merged/debug/values-eu_values-eu.arsc.flat -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/res/merged/debug/values-fa_values-fa.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/res/merged/debug/values-fa_values-fa.arsc.flat -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/res/merged/debug/values-fi_values-fi.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/res/merged/debug/values-fi_values-fi.arsc.flat -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/res/merged/debug/values-fr-rCA_values-fr-rCA.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/res/merged/debug/values-fr-rCA_values-fr-rCA.arsc.flat -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/res/merged/debug/values-fr_values-fr.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/res/merged/debug/values-fr_values-fr.arsc.flat -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/res/merged/debug/values-gl_values-gl.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/res/merged/debug/values-gl_values-gl.arsc.flat -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/res/merged/debug/values-gu_values-gu.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/res/merged/debug/values-gu_values-gu.arsc.flat -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/res/merged/debug/values-h320dp-port-v13_values-h320dp-port-v13.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/res/merged/debug/values-h320dp-port-v13_values-h320dp-port-v13.arsc.flat -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/res/merged/debug/values-h360dp-land-v13_values-h360dp-land-v13.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/res/merged/debug/values-h360dp-land-v13_values-h360dp-land-v13.arsc.flat -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/res/merged/debug/values-h480dp-land-v13_values-h480dp-land-v13.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/res/merged/debug/values-h480dp-land-v13_values-h480dp-land-v13.arsc.flat -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/res/merged/debug/values-h550dp-port-v13_values-h550dp-port-v13.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/res/merged/debug/values-h550dp-port-v13_values-h550dp-port-v13.arsc.flat -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/res/merged/debug/values-h600dp-port-v13_values-h600dp-port-v13.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/res/merged/debug/values-h600dp-port-v13_values-h600dp-port-v13.arsc.flat -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/res/merged/debug/values-h720dp-v13_values-h720dp-v13.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/res/merged/debug/values-h720dp-v13_values-h720dp-v13.arsc.flat -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/res/merged/debug/values-hdpi-v4_values-hdpi-v4.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/res/merged/debug/values-hdpi-v4_values-hdpi-v4.arsc.flat -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/res/merged/debug/values-hi_values-hi.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/res/merged/debug/values-hi_values-hi.arsc.flat -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/res/merged/debug/values-hr_values-hr.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/res/merged/debug/values-hr_values-hr.arsc.flat -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/res/merged/debug/values-hu_values-hu.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/res/merged/debug/values-hu_values-hu.arsc.flat -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/res/merged/debug/values-hy_values-hy.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/res/merged/debug/values-hy_values-hy.arsc.flat -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/res/merged/debug/values-in_values-in.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/res/merged/debug/values-in_values-in.arsc.flat -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/res/merged/debug/values-is_values-is.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/res/merged/debug/values-is_values-is.arsc.flat -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/res/merged/debug/values-it_values-it.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/res/merged/debug/values-it_values-it.arsc.flat -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/res/merged/debug/values-iw_values-iw.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/res/merged/debug/values-iw_values-iw.arsc.flat -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/res/merged/debug/values-ja_values-ja.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/res/merged/debug/values-ja_values-ja.arsc.flat -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/res/merged/debug/values-ka_values-ka.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/res/merged/debug/values-ka_values-ka.arsc.flat -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/res/merged/debug/values-kk_values-kk.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/res/merged/debug/values-kk_values-kk.arsc.flat -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/res/merged/debug/values-km_values-km.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/res/merged/debug/values-km_values-km.arsc.flat -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/res/merged/debug/values-kn_values-kn.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/res/merged/debug/values-kn_values-kn.arsc.flat -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/res/merged/debug/values-ko_values-ko.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/res/merged/debug/values-ko_values-ko.arsc.flat -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/res/merged/debug/values-ky_values-ky.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/res/merged/debug/values-ky_values-ky.arsc.flat -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/res/merged/debug/values-land_values-land.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/res/merged/debug/values-land_values-land.arsc.flat -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/res/merged/debug/values-large-v4_values-large-v4.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/res/merged/debug/values-large-v4_values-large-v4.arsc.flat -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/res/merged/debug/values-ldltr-v21_values-ldltr-v21.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/res/merged/debug/values-ldltr-v21_values-ldltr-v21.arsc.flat -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/res/merged/debug/values-ldrtl-v17_values-ldrtl-v17.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/res/merged/debug/values-ldrtl-v17_values-ldrtl-v17.arsc.flat -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/res/merged/debug/values-lo_values-lo.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/res/merged/debug/values-lo_values-lo.arsc.flat -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/res/merged/debug/values-lt_values-lt.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/res/merged/debug/values-lt_values-lt.arsc.flat -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/res/merged/debug/values-lv_values-lv.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/res/merged/debug/values-lv_values-lv.arsc.flat -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/res/merged/debug/values-mk_values-mk.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/res/merged/debug/values-mk_values-mk.arsc.flat -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/res/merged/debug/values-ml_values-ml.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/res/merged/debug/values-ml_values-ml.arsc.flat -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/res/merged/debug/values-mn_values-mn.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/res/merged/debug/values-mn_values-mn.arsc.flat -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/res/merged/debug/values-mr_values-mr.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/res/merged/debug/values-mr_values-mr.arsc.flat -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/res/merged/debug/values-ms_values-ms.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/res/merged/debug/values-ms_values-ms.arsc.flat -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/res/merged/debug/values-my_values-my.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/res/merged/debug/values-my_values-my.arsc.flat -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/res/merged/debug/values-nb_values-nb.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/res/merged/debug/values-nb_values-nb.arsc.flat -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/res/merged/debug/values-ne_values-ne.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/res/merged/debug/values-ne_values-ne.arsc.flat -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/res/merged/debug/values-night-v8_values-night-v8.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/res/merged/debug/values-night-v8_values-night-v8.arsc.flat -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/res/merged/debug/values-nl_values-nl.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/res/merged/debug/values-nl_values-nl.arsc.flat -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/res/merged/debug/values-or_values-or.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/res/merged/debug/values-or_values-or.arsc.flat -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/res/merged/debug/values-pa_values-pa.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/res/merged/debug/values-pa_values-pa.arsc.flat -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/res/merged/debug/values-pl_values-pl.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/res/merged/debug/values-pl_values-pl.arsc.flat -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/res/merged/debug/values-port_values-port.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/res/merged/debug/values-port_values-port.arsc.flat -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/res/merged/debug/values-pt-rBR_values-pt-rBR.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/res/merged/debug/values-pt-rBR_values-pt-rBR.arsc.flat -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/res/merged/debug/values-pt-rPT_values-pt-rPT.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/res/merged/debug/values-pt-rPT_values-pt-rPT.arsc.flat -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/res/merged/debug/values-pt_values-pt.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/res/merged/debug/values-pt_values-pt.arsc.flat -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/res/merged/debug/values-ro_values-ro.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/res/merged/debug/values-ro_values-ro.arsc.flat -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/res/merged/debug/values-ru_values-ru.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/res/merged/debug/values-ru_values-ru.arsc.flat -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/res/merged/debug/values-si_values-si.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/res/merged/debug/values-si_values-si.arsc.flat -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/res/merged/debug/values-sk_values-sk.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/res/merged/debug/values-sk_values-sk.arsc.flat -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/res/merged/debug/values-sl_values-sl.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/res/merged/debug/values-sl_values-sl.arsc.flat -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/res/merged/debug/values-small-v4_values-small-v4.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/res/merged/debug/values-small-v4_values-small-v4.arsc.flat -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/res/merged/debug/values-sq_values-sq.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/res/merged/debug/values-sq_values-sq.arsc.flat -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/res/merged/debug/values-sr_values-sr.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/res/merged/debug/values-sr_values-sr.arsc.flat -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/res/merged/debug/values-sv_values-sv.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/res/merged/debug/values-sv_values-sv.arsc.flat -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/res/merged/debug/values-sw600dp-v13_values-sw600dp-v13.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/res/merged/debug/values-sw600dp-v13_values-sw600dp-v13.arsc.flat -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/res/merged/debug/values-sw_values-sw.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/res/merged/debug/values-sw_values-sw.arsc.flat -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/res/merged/debug/values-ta_values-ta.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/res/merged/debug/values-ta_values-ta.arsc.flat -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/res/merged/debug/values-te_values-te.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/res/merged/debug/values-te_values-te.arsc.flat -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/res/merged/debug/values-th_values-th.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/res/merged/debug/values-th_values-th.arsc.flat -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/res/merged/debug/values-tl_values-tl.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/res/merged/debug/values-tl_values-tl.arsc.flat -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/res/merged/debug/values-tr_values-tr.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/res/merged/debug/values-tr_values-tr.arsc.flat -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/res/merged/debug/values-uk_values-uk.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/res/merged/debug/values-uk_values-uk.arsc.flat -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/res/merged/debug/values-ur_values-ur.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/res/merged/debug/values-ur_values-ur.arsc.flat -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/res/merged/debug/values-uz_values-uz.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/res/merged/debug/values-uz_values-uz.arsc.flat -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/res/merged/debug/values-v16_values-v16.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/res/merged/debug/values-v16_values-v16.arsc.flat -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/res/merged/debug/values-v17_values-v17.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/res/merged/debug/values-v17_values-v17.arsc.flat -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/res/merged/debug/values-v18_values-v18.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/res/merged/debug/values-v18_values-v18.arsc.flat -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/res/merged/debug/values-v21_values-v21.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/res/merged/debug/values-v21_values-v21.arsc.flat -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/res/merged/debug/values-v22_values-v22.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/res/merged/debug/values-v22_values-v22.arsc.flat -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/res/merged/debug/values-v23_values-v23.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/res/merged/debug/values-v23_values-v23.arsc.flat -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/res/merged/debug/values-v24_values-v24.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/res/merged/debug/values-v24_values-v24.arsc.flat -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/res/merged/debug/values-v25_values-v25.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/res/merged/debug/values-v25_values-v25.arsc.flat -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/res/merged/debug/values-v26_values-v26.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/res/merged/debug/values-v26_values-v26.arsc.flat -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/res/merged/debug/values-v28_values-v28.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/res/merged/debug/values-v28_values-v28.arsc.flat -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/res/merged/debug/values-vi_values-vi.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/res/merged/debug/values-vi_values-vi.arsc.flat -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/res/merged/debug/values-w320dp-land-v13_values-w320dp-land-v13.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/res/merged/debug/values-w320dp-land-v13_values-w320dp-land-v13.arsc.flat -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/res/merged/debug/values-w360dp-port-v13_values-w360dp-port-v13.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/res/merged/debug/values-w360dp-port-v13_values-w360dp-port-v13.arsc.flat -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/res/merged/debug/values-w480dp-port-v13_values-w480dp-port-v13.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/res/merged/debug/values-w480dp-port-v13_values-w480dp-port-v13.arsc.flat -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/res/merged/debug/values-w550dp-land-v13_values-w550dp-land-v13.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/res/merged/debug/values-w550dp-land-v13_values-w550dp-land-v13.arsc.flat -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/res/merged/debug/values-w600dp-land-v13_values-w600dp-land-v13.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/res/merged/debug/values-w600dp-land-v13_values-w600dp-land-v13.arsc.flat -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/res/merged/debug/values-watch-v20_values-watch-v20.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/res/merged/debug/values-watch-v20_values-watch-v20.arsc.flat -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/res/merged/debug/values-watch-v21_values-watch-v21.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/res/merged/debug/values-watch-v21_values-watch-v21.arsc.flat -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/res/merged/debug/values-xlarge-v4_values-xlarge-v4.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/res/merged/debug/values-xlarge-v4_values-xlarge-v4.arsc.flat -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/res/merged/debug/values-zh-rCN_values-zh-rCN.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/res/merged/debug/values-zh-rCN_values-zh-rCN.arsc.flat -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/res/merged/debug/values-zh-rHK_values-zh-rHK.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/res/merged/debug/values-zh-rHK_values-zh-rHK.arsc.flat -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/res/merged/debug/values-zh-rTW_values-zh-rTW.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/res/merged/debug/values-zh-rTW_values-zh-rTW.arsc.flat -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/res/merged/debug/values-zu_values-zu.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/res/merged/debug/values-zu_values-zu.arsc.flat -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/res/merged/debug/values_values.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/res/merged/debug/values_values.arsc.flat -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/res/merged/debug/xml_file_paths.xml.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/res/merged/debug/xml_file_paths.xml.flat -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libtask_vision_jni.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/stripped_native_libs/debug/out/lib/arm64-v8a/libtask_vision_jni.so -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libtask_vision_jni.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/stripped_native_libs/debug/out/lib/armeabi-v7a/libtask_vision_jni.so -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libtask_vision_jni.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/stripped_native_libs/debug/out/lib/x86/libtask_vision_jni.so -------------------------------------------------------------------------------- /Android_App/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libtask_vision_jni.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/intermediates/stripped_native_libs/debug/out/lib/x86_64/libtask_vision_jni.so -------------------------------------------------------------------------------- /Android_App/app/build/kotlin/compileDebugKotlin/build-history.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/kotlin/compileDebugKotlin/build-history.bin -------------------------------------------------------------------------------- /Android_App/app/build/kotlin/compileDebugKotlin/caches-jvm/inputs/source-to-output.tab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/kotlin/compileDebugKotlin/caches-jvm/inputs/source-to-output.tab -------------------------------------------------------------------------------- /Android_App/app/build/kotlin/compileDebugKotlin/caches-jvm/inputs/source-to-output.tab.keystream: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/kotlin/compileDebugKotlin/caches-jvm/inputs/source-to-output.tab.keystream -------------------------------------------------------------------------------- /Android_App/app/build/kotlin/compileDebugKotlin/caches-jvm/inputs/source-to-output.tab.keystream.len: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/kotlin/compileDebugKotlin/caches-jvm/inputs/source-to-output.tab.keystream.len -------------------------------------------------------------------------------- /Android_App/app/build/kotlin/compileDebugKotlin/caches-jvm/inputs/source-to-output.tab.len: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/kotlin/compileDebugKotlin/caches-jvm/inputs/source-to-output.tab.len -------------------------------------------------------------------------------- /Android_App/app/build/kotlin/compileDebugKotlin/caches-jvm/inputs/source-to-output.tab.values.at: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/kotlin/compileDebugKotlin/caches-jvm/inputs/source-to-output.tab.values.at -------------------------------------------------------------------------------- /Android_App/app/build/kotlin/compileDebugKotlin/caches-jvm/inputs/source-to-output.tab_i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/kotlin/compileDebugKotlin/caches-jvm/inputs/source-to-output.tab_i -------------------------------------------------------------------------------- /Android_App/app/build/kotlin/compileDebugKotlin/caches-jvm/inputs/source-to-output.tab_i.len: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/kotlin/compileDebugKotlin/caches-jvm/inputs/source-to-output.tab_i.len -------------------------------------------------------------------------------- /Android_App/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab -------------------------------------------------------------------------------- /Android_App/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.keystream.len: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.keystream.len -------------------------------------------------------------------------------- /Android_App/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.len: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.len -------------------------------------------------------------------------------- /Android_App/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.values.at: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.values.at -------------------------------------------------------------------------------- /Android_App/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab_i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab_i -------------------------------------------------------------------------------- /Android_App/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab_i.len: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab_i.len -------------------------------------------------------------------------------- /Android_App/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/constants.tab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/constants.tab -------------------------------------------------------------------------------- /Android_App/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/constants.tab.keystream.len: -------------------------------------------------------------------------------- 1 | 5 -------------------------------------------------------------------------------- /Android_App/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/constants.tab.len: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/constants.tab.len -------------------------------------------------------------------------------- /Android_App/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/constants.tab.values.at: -------------------------------------------------------------------------------- 1 | /Header Record For PersistentHashMapValueStorage^REQUEST_IMAGE_CAPTURETAG TFLite - ODT -------------------------------------------------------------------------------- /Android_App/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/constants.tab_i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/constants.tab_i -------------------------------------------------------------------------------- /Android_App/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/constants.tab_i.len: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/constants.tab_i.len -------------------------------------------------------------------------------- /Android_App/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/internal-name-to-source.tab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/internal-name-to-source.tab -------------------------------------------------------------------------------- /Android_App/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/internal-name-to-source.tab.keystream.len: -------------------------------------------------------------------------------- 1 | > -------------------------------------------------------------------------------- /Android_App/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/internal-name-to-source.tab.len: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/internal-name-to-source.tab.len -------------------------------------------------------------------------------- /Android_App/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/internal-name-to-source.tab.values.at: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/internal-name-to-source.tab.values.at -------------------------------------------------------------------------------- /Android_App/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/internal-name-to-source.tab_i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/internal-name-to-source.tab_i -------------------------------------------------------------------------------- /Android_App/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/internal-name-to-source.tab_i.len: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/internal-name-to-source.tab_i.len -------------------------------------------------------------------------------- /Android_App/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/proto.tab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/proto.tab -------------------------------------------------------------------------------- /Android_App/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/proto.tab.keystream.len: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/proto.tab.keystream.len -------------------------------------------------------------------------------- /Android_App/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/proto.tab.len: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/proto.tab.len -------------------------------------------------------------------------------- /Android_App/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/proto.tab.values.at: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/proto.tab.values.at -------------------------------------------------------------------------------- /Android_App/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/proto.tab_i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/proto.tab_i -------------------------------------------------------------------------------- /Android_App/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/proto.tab_i.len: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/proto.tab_i.len -------------------------------------------------------------------------------- /Android_App/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/source-to-classes.tab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/source-to-classes.tab -------------------------------------------------------------------------------- /Android_App/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/source-to-classes.tab.keystream: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/source-to-classes.tab.keystream -------------------------------------------------------------------------------- /Android_App/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/source-to-classes.tab.keystream.len: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/source-to-classes.tab.keystream.len -------------------------------------------------------------------------------- /Android_App/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/source-to-classes.tab.len: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/source-to-classes.tab.len -------------------------------------------------------------------------------- /Android_App/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/source-to-classes.tab.values.at: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/source-to-classes.tab.values.at -------------------------------------------------------------------------------- /Android_App/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/source-to-classes.tab_i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/source-to-classes.tab_i -------------------------------------------------------------------------------- /Android_App/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/source-to-classes.tab_i.len: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/source-to-classes.tab_i.len -------------------------------------------------------------------------------- /Android_App/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/subtypes.tab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/subtypes.tab -------------------------------------------------------------------------------- /Android_App/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/subtypes.tab.keystream.len: -------------------------------------------------------------------------------- 1 | K -------------------------------------------------------------------------------- /Android_App/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/subtypes.tab.len: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/subtypes.tab.len -------------------------------------------------------------------------------- /Android_App/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/subtypes.tab.values.at: -------------------------------------------------------------------------------- 1 | /Header Record For PersistentHashMapValueStorage54org.tensorflow.codelabs.objectdetection.MainActivity54org.tensorflow.codelabs.objectdetection.MainActivity -------------------------------------------------------------------------------- /Android_App/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/subtypes.tab_i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/subtypes.tab_i -------------------------------------------------------------------------------- /Android_App/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/subtypes.tab_i.len: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/subtypes.tab_i.len -------------------------------------------------------------------------------- /Android_App/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/supertypes.tab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/supertypes.tab -------------------------------------------------------------------------------- /Android_App/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/supertypes.tab.keystream.len: -------------------------------------------------------------------------------- 1 | 5 -------------------------------------------------------------------------------- /Android_App/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/supertypes.tab.len: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/supertypes.tab.len -------------------------------------------------------------------------------- /Android_App/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/supertypes.tab.values.at: -------------------------------------------------------------------------------- 1 | /Header Record For PersistentHashMapValueStorageK(androidx.appcompat.app.AppCompatActivity!android.view.View.OnClickListener -------------------------------------------------------------------------------- /Android_App/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/supertypes.tab_i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/supertypes.tab_i -------------------------------------------------------------------------------- /Android_App/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/supertypes.tab_i.len: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/kotlin/compileDebugKotlin/caches-jvm/jvm/kotlin/supertypes.tab_i.len -------------------------------------------------------------------------------- /Android_App/app/build/kotlin/compileDebugKotlin/caches-jvm/lookups/counters.tab: -------------------------------------------------------------------------------- 1 | 1 2 | 0 -------------------------------------------------------------------------------- /Android_App/app/build/kotlin/compileDebugKotlin/caches-jvm/lookups/file-to-id.tab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/kotlin/compileDebugKotlin/caches-jvm/lookups/file-to-id.tab -------------------------------------------------------------------------------- /Android_App/app/build/kotlin/compileDebugKotlin/caches-jvm/lookups/file-to-id.tab.keystream: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/kotlin/compileDebugKotlin/caches-jvm/lookups/file-to-id.tab.keystream -------------------------------------------------------------------------------- /Android_App/app/build/kotlin/compileDebugKotlin/caches-jvm/lookups/file-to-id.tab.keystream.len: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/kotlin/compileDebugKotlin/caches-jvm/lookups/file-to-id.tab.keystream.len -------------------------------------------------------------------------------- /Android_App/app/build/kotlin/compileDebugKotlin/caches-jvm/lookups/file-to-id.tab.len: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/kotlin/compileDebugKotlin/caches-jvm/lookups/file-to-id.tab.len -------------------------------------------------------------------------------- /Android_App/app/build/kotlin/compileDebugKotlin/caches-jvm/lookups/file-to-id.tab.values.at: -------------------------------------------------------------------------------- 1 | /Header Record For PersistentHashMapValueStorage -------------------------------------------------------------------------------- /Android_App/app/build/kotlin/compileDebugKotlin/caches-jvm/lookups/file-to-id.tab_i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/kotlin/compileDebugKotlin/caches-jvm/lookups/file-to-id.tab_i -------------------------------------------------------------------------------- /Android_App/app/build/kotlin/compileDebugKotlin/caches-jvm/lookups/file-to-id.tab_i.len: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/kotlin/compileDebugKotlin/caches-jvm/lookups/file-to-id.tab_i.len -------------------------------------------------------------------------------- /Android_App/app/build/kotlin/compileDebugKotlin/caches-jvm/lookups/id-to-file.tab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/kotlin/compileDebugKotlin/caches-jvm/lookups/id-to-file.tab -------------------------------------------------------------------------------- /Android_App/app/build/kotlin/compileDebugKotlin/caches-jvm/lookups/id-to-file.tab.keystream.len: -------------------------------------------------------------------------------- 1 |  -------------------------------------------------------------------------------- /Android_App/app/build/kotlin/compileDebugKotlin/caches-jvm/lookups/id-to-file.tab.len: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/kotlin/compileDebugKotlin/caches-jvm/lookups/id-to-file.tab.len -------------------------------------------------------------------------------- /Android_App/app/build/kotlin/compileDebugKotlin/caches-jvm/lookups/id-to-file.tab.values.at: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/kotlin/compileDebugKotlin/caches-jvm/lookups/id-to-file.tab.values.at -------------------------------------------------------------------------------- /Android_App/app/build/kotlin/compileDebugKotlin/caches-jvm/lookups/lookups.tab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/kotlin/compileDebugKotlin/caches-jvm/lookups/lookups.tab -------------------------------------------------------------------------------- /Android_App/app/build/kotlin/compileDebugKotlin/caches-jvm/lookups/lookups.tab.keystream: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/kotlin/compileDebugKotlin/caches-jvm/lookups/lookups.tab.keystream -------------------------------------------------------------------------------- /Android_App/app/build/kotlin/compileDebugKotlin/caches-jvm/lookups/lookups.tab.keystream.len: -------------------------------------------------------------------------------- 1 | ,� -------------------------------------------------------------------------------- /Android_App/app/build/kotlin/compileDebugKotlin/caches-jvm/lookups/lookups.tab.len: -------------------------------------------------------------------------------- 1 | -X -------------------------------------------------------------------------------- /Android_App/app/build/kotlin/compileDebugKotlin/caches-jvm/lookups/lookups.tab_i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/kotlin/compileDebugKotlin/caches-jvm/lookups/lookups.tab_i -------------------------------------------------------------------------------- /Android_App/app/build/kotlin/compileDebugKotlin/caches-jvm/lookups/lookups.tab_i.len: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/kotlin/compileDebugKotlin/caches-jvm/lookups/lookups.tab_i.len -------------------------------------------------------------------------------- /Android_App/app/build/kotlin/compileDebugKotlin/last-build.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/kotlin/compileDebugKotlin/last-build.bin -------------------------------------------------------------------------------- /Android_App/app/build/outputs/apk/debug/app-debug.apk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/outputs/apk/debug/app-debug.apk -------------------------------------------------------------------------------- /Android_App/app/build/outputs/apk/debug/output-metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": 2, 3 | "artifactType": { 4 | "type": "APK", 5 | "kind": "Directory" 6 | }, 7 | "applicationId": "org.tensorflow.codelabs.objectdetection", 8 | "variantName": "processDebugResources", 9 | "elements": [ 10 | { 11 | "type": "SINGLE", 12 | "filters": [], 13 | "versionCode": 1, 14 | "versionName": "1.0", 15 | "outputFile": "app-debug.apk" 16 | } 17 | ] 18 | } -------------------------------------------------------------------------------- /Android_App/app/build/tmp/compileDebugJavaWithJavac/source-classes-mapping.txt: -------------------------------------------------------------------------------- 1 | org/tensorflow/codelabs/objectdetection/BuildConfig.java 2 | org.tensorflow.codelabs.objectdetection.BuildConfig 3 | -------------------------------------------------------------------------------- /Android_App/app/build/tmp/kotlin-classes/debug/META-INF/app_debug.kotlin_module: -------------------------------------------------------------------------------- 1 |  -------------------------------------------------------------------------------- /Android_App/app/build/tmp/kotlin-classes/debug/org/tensorflow/codelabs/objectdetection/DetectionResult.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/tmp/kotlin-classes/debug/org/tensorflow/codelabs/objectdetection/DetectionResult.class -------------------------------------------------------------------------------- /Android_App/app/build/tmp/kotlin-classes/debug/org/tensorflow/codelabs/objectdetection/MainActivity$Companion.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/tmp/kotlin-classes/debug/org/tensorflow/codelabs/objectdetection/MainActivity$Companion.class -------------------------------------------------------------------------------- /Android_App/app/build/tmp/kotlin-classes/debug/org/tensorflow/codelabs/objectdetection/MainActivity$runObjectDetection$1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/tmp/kotlin-classes/debug/org/tensorflow/codelabs/objectdetection/MainActivity$runObjectDetection$1.class -------------------------------------------------------------------------------- /Android_App/app/build/tmp/kotlin-classes/debug/org/tensorflow/codelabs/objectdetection/MainActivity$setViewAndDetect$1.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/tmp/kotlin-classes/debug/org/tensorflow/codelabs/objectdetection/MainActivity$setViewAndDetect$1.class -------------------------------------------------------------------------------- /Android_App/app/build/tmp/kotlin-classes/debug/org/tensorflow/codelabs/objectdetection/MainActivity.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/build/tmp/kotlin-classes/debug/org/tensorflow/codelabs/objectdetection/MainActivity.class -------------------------------------------------------------------------------- /Android_App/app/proguard-rules.pro: -------------------------------------------------------------------------------- 1 | # Add project specific ProGuard rules here. 2 | # You can control the set of applied configuration files using the 3 | # proguardFiles setting in build.gradle. 4 | # 5 | # For more details, see 6 | # http://developer.android.com/guide/developing/tools/proguard.html 7 | 8 | # If your project uses WebView with JS, uncomment the following 9 | # and specify the fully qualified class name to the JavaScript interface 10 | # class: 11 | #-keepclassmembers class fqcn.of.javascript.interface.for.webview { 12 | # public *; 13 | #} 14 | 15 | # Uncomment this to preserve the line number information for 16 | # debugging stack traces. 17 | #-keepattributes SourceFile,LineNumberTable 18 | 19 | # If you keep the line number information, uncomment this to 20 | # hide the original source file name. 21 | #-renamesourcefileattribute SourceFile -------------------------------------------------------------------------------- /Android_App/app/src/main/assets/COPY_TFLITE_MODEL_HERE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/src/main/assets/COPY_TFLITE_MODEL_HERE -------------------------------------------------------------------------------- /Android_App/app/src/main/res/drawable/cartoon1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/src/main/res/drawable/cartoon1.jpg -------------------------------------------------------------------------------- /Android_App/app/src/main/res/drawable/cartoon2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/src/main/res/drawable/cartoon2.jpg -------------------------------------------------------------------------------- /Android_App/app/src/main/res/drawable/cartoon3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/src/main/res/drawable/cartoon3.jpg -------------------------------------------------------------------------------- /Android_App/app/src/main/res/drawable/ic_camera.xml: -------------------------------------------------------------------------------- 1 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /Android_App/app/src/main/res/drawable/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/src/main/res/drawable/icon.png -------------------------------------------------------------------------------- /Android_App/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /Android_App/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /Android_App/app/src/main/res/mipmap-hdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/src/main/res/mipmap-hdpi/ic_launcher.png -------------------------------------------------------------------------------- /Android_App/app/src/main/res/mipmap-hdpi/ic_launcher_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/src/main/res/mipmap-hdpi/ic_launcher_round.png -------------------------------------------------------------------------------- /Android_App/app/src/main/res/mipmap-mdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/src/main/res/mipmap-mdpi/ic_launcher.png -------------------------------------------------------------------------------- /Android_App/app/src/main/res/mipmap-mdpi/ic_launcher_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/src/main/res/mipmap-mdpi/ic_launcher_round.png -------------------------------------------------------------------------------- /Android_App/app/src/main/res/mipmap-xhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/src/main/res/mipmap-xhdpi/ic_launcher.png -------------------------------------------------------------------------------- /Android_App/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png -------------------------------------------------------------------------------- /Android_App/app/src/main/res/mipmap-xxhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/src/main/res/mipmap-xxhdpi/ic_launcher.png -------------------------------------------------------------------------------- /Android_App/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png -------------------------------------------------------------------------------- /Android_App/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png -------------------------------------------------------------------------------- /Android_App/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png -------------------------------------------------------------------------------- /Android_App/app/src/main/res/values-night/themes.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 16 | -------------------------------------------------------------------------------- /Android_App/app/src/main/res/values/colors.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | #FFBB86FC 4 | #FF6200EE 5 | #FF3700B3 6 | #FF03DAC5 7 | #FF018786 8 | #FF000000 9 | #FFFFFFFF 10 | -------------------------------------------------------------------------------- /Android_App/app/src/main/res/values/strings.xml: -------------------------------------------------------------------------------- 1 | 2 | Custom Object Detection 3 | Click Picture 4 | Select an image or click a new picture 5 | Object detection demo 6 | -------------------------------------------------------------------------------- /Android_App/app/src/main/res/values/themes.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 16 | -------------------------------------------------------------------------------- /Android_App/app/src/main/res/xml/file_paths.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /Android_App/build.gradle: -------------------------------------------------------------------------------- 1 | // Top-level build file where you can add configuration options common to all sub-projects/modules. 2 | buildscript { 3 | ext.kotlin_version = "1.3.72" 4 | repositories { 5 | google() 6 | jcenter() 7 | } 8 | dependencies { 9 | classpath "com.android.tools.build:gradle:4.1.2" 10 | classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" 11 | 12 | // NOTE: Do not place your application dependencies here; they belong 13 | // in the individual module build.gradle files 14 | } 15 | } 16 | 17 | allprojects { 18 | repositories { 19 | google() 20 | jcenter() 21 | } 22 | } 23 | 24 | task clean(type: Delete) { 25 | delete rootProject.buildDir 26 | } -------------------------------------------------------------------------------- /Android_App/gradle.properties: -------------------------------------------------------------------------------- 1 | # Project-wide Gradle settings. 2 | # IDE (e.g. Android Studio) users: 3 | # Gradle settings configured through the IDE *will override* 4 | # any settings specified in this file. 5 | # For more details on how to configure your build environment visit 6 | # http://www.gradle.org/docs/current/userguide/build_environment.html 7 | # Specifies the JVM arguments used for the daemon process. 8 | # The setting is particularly useful for tweaking memory settings. 9 | org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8 10 | # When configured, Gradle will run in incubating parallel mode. 11 | # This option should only be used with decoupled projects. More details, visit 12 | # http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects 13 | # org.gradle.parallel=true 14 | # AndroidX package structure to make it clearer which packages are bundled with the 15 | # Android operating system, and which are packaged with your app"s APK 16 | # https://developer.android.com/topic/libraries/support-library/androidx-rn 17 | android.useAndroidX=true 18 | # Automatically convert third-party libraries to use AndroidX 19 | android.enableJetifier=true 20 | # Kotlin code style for this project: "official" or "obsolete": 21 | kotlin.code.style=official -------------------------------------------------------------------------------- /Android_App/gradle/wrapper/gradle-wrapper.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Android_App/gradle/wrapper/gradle-wrapper.jar -------------------------------------------------------------------------------- /Android_App/gradle/wrapper/gradle-wrapper.properties: -------------------------------------------------------------------------------- 1 | #Tue Mar 09 15:05:39 JST 2021 2 | distributionBase=GRADLE_USER_HOME 3 | distributionPath=wrapper/dists 4 | zipStoreBase=GRADLE_USER_HOME 5 | zipStorePath=wrapper/dists 6 | distributionUrl=https\://services.gradle.org/distributions/gradle-6.5-all.zip 7 | -------------------------------------------------------------------------------- /Android_App/settings.gradle: -------------------------------------------------------------------------------- 1 | include ':app' 2 | rootProject.name = "TFLite Object Detection Codelab" -------------------------------------------------------------------------------- /Output.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NSTiwari/Custom-Object-Detection-on-Android-using-TF-Lite/d52d17031da259aa5389f6c7fb7eae0b2d6465b4/Output.gif -------------------------------------------------------------------------------- /check_image_format.py: -------------------------------------------------------------------------------- 1 | import PIL.Image 2 | import glob 3 | import os 4 | 5 | images = [i for i in glob.glob("./dataset/*.jpg")] 6 | 7 | jpeg = 0 8 | others = 0 9 | 10 | for i in images: 11 | img = PIL.Image.open(i) 12 | if img.format == 'JPEG': 13 | jpeg += 1 14 | else: 15 | print('{} is {}'.format(i, img.format)) 16 | others +=1 17 | 18 | print("Total JPEG images found: ", jpeg) 19 | print("Total other images found: ", others) 20 | -------------------------------------------------------------------------------- /convert_images_to_jpeg.py: -------------------------------------------------------------------------------- 1 | import PIL.Image 2 | import glob 3 | import os 4 | 5 | if not "converted" in os.listdir(): 6 | os.mkdir("converted") 7 | 8 | lst_imgs = [i for i in glob.glob("*.jpg")] 9 | print(lst_imgs) 10 | 11 | for i in lst_imgs: 12 | img = PIL.Image.open(i) 13 | img = img.convert("RGB") 14 | img.save("converted\\"+i, "JPEG") 15 | 16 | 17 | print("Done.") 18 | os.startfile("converted") --------------------------------------------------------------------------------