Results 6 issues of hongye

(gym_carla) why@why-why:~/Downloads/gym-carla$ python test.py Traceback (most recent call last): File "test.py", line 10, in import carla ModuleNotFoundError: No module named 'carla' Ps:export PYTHONPATH=/home/why/CARLA_0.9.6/PythonAPI/carla/dist/carla-0.9.6-py3.5-linux-x86_64.egg How do I set environment variables?

Hello author, is there any way to remove objects of a specific category by combining the detection frame of the target detection network.

`import numpy as np import g2o optimizer = g2o.SparseOptimizer() solver = g2o.BlockSolverSE2(g2o.LinearSolverCholmodSE2()) solver = g2o.OptimizationAlgorithmLevenberg(solver) optimizer.set_algorithm(solver) pose1 = g2o.VertexSE2() pose1.set_id(0) pose1.set_estimate(g2o.SE2(0, 0, 0)) pose1.set_fixed(True) optimizer.add_vertex(pose1) pose2 = g2o.VertexSE2() pose2.set_id(1) pose2.set_estimate(g2o.SE2(1,...

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...

The gpu has no effect, the cpu usage is full, and the gpu usage is only occasionally occupied.