Essam Goda

Results 9 issues of Essam Goda

crash and show this error ``` java.lang.VerifyError: com/tzutalin/vision/demo/Camera2BasicFragment at com.tzutalin.vision.demo.CameraActivity.onCreate(CameraActivity.java:55) ``` in this code in (.replace(R.id.container, Camera2BasicFragment.newInstance())) ``` if (avialbe_permission && null == savedInstanceState) { getFragmentManager().beginTransaction() .replace(R.id.container, Camera2BasicFragment.newInstance()) .commit(); }...

How to load more than one sequence? this load only 08 sequence what if I want to load more sequences (if this possible) dataset = pykitti.odometry(MAIN_DIR, '08', frames=range(0, 340, 1))

I'm trying to evaluate KITTI odometry first I convert pose to 6DoF using this code ``` def rotationMatrixToEulerAngles(self, R): assert (self.isRotationMatrix(R)) sy = math.sqrt(R[0, 0] * R[0, 0] + R[1,...

![capture](https://cloud.githubusercontent.com/assets/12057642/22180843/2bb5d456-e085-11e6-96d0-a34f6ea6dbc3.PNG)

How add romanized Arabic and Arabic

I tried to compile devkit `g++ -O3 -DNDEBUG -o evaluate_odometry evaluate_odometry.cpp matrix.cpp` it returns these errors > evaluate_odometry.cpp: In function ‘void plotPathPlot(std::string, std::vector&, int32_t)’: > evaluate_odometry.cpp:237:16: warning: unknown escape sequence:...

I need to use pykitti to read multiple sequences like (01,02,03) for training this train only 08 sequence what if I want to train more sequences (if this is possible)...

I cd to the ui folder and bun run dev but I receive the following error message: $ vite file:///mnt/Essam/AI/devika/ui/node_modules/vite/bin/vite.js:7 await import('source-map-support').then((r) => r.default.install()) ^^^^^ SyntaxError: Unexpected reserved word at...

while installing Devika. it installed cuda12 and I have compatibility issue with this version and my GPU how to install Devika using cuda 11.8.

P2: nice to have
type: bug