ΣX

Results 9 issues of ΣX

Hello, author. May I ask how to obtain the calib information for semantic LiDAR? How can we acquire the calib information regarding the relationship between LiDAR and the vehicle's position?...

When I run ./demo, it encounters an error. GPU has cuda devices: 1 ----device id: 0 info---- GPU : NVIDIA GeForce RTX 2080 Ti Capbility: 7.5 Global memory: 11017MB Const...

Thanks for your contribution and we appreciate it a lot. The following instructions would make your pull request more healthy and more easily get feedback. If you do not understand...

Hi,I have a question regarding whether it is possible to use the dataset collected from Carla to run your project. Could you please tell me how to generate a pickle...

Replacing pd.DataFrame with Generator[pd.DataFrame, None, None] The reason for replacing pd.DataFrame with Generator[pd.DataFrame, None, None] is to better reflect the actual output type of the random_ohlc_data function. Here are the...

Hello TA-Lib maintainers, With the upcoming release of Python 3.13, there is an experimental feature allowing Python to run without the Global Interpreter Lock (GIL). This feature is described in...

### Operating System Windows 11 ### Programming Languages Python ### CCXT Version 4.3.84 ### Description Dear Team, I hope this message finds you well. I encountered the following issue when...

### Operating System Windows 11 ### Programming Languages Python ### CCXT Version 4.3.84 ### Description Dear Team, I hope you are doing well. I encountered an issue while using the...

Updated the comments in the CircularBuffer example to reflect the actual behavior of the github.com/emirpasic/gods/queues/circularbuffer package. Fixed incorrect enqueue and dequeue results (e.g., Enqueue(4) results in [2, 3, 4], not...