-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
Hello @Toytiny and @Ericwen2001
I am studying this repo. And I encountered some problems regarding the data preprocessing. As mentioned in the README, we should run
python generate_4d_polar_doppler.py to apply Data volume reduction( Doppler bins descriptor and Sidelobe-aware spatial sparsifying). As I went on studying the code, I got a few questions.
- In generate_4d_polar_doppler.py,
data = np.load(file_path) # We have already convert .mat to .npymentionedtesseract_xxx.mathas been converted to npy file. I would like to know whether this is a simple transformation from .mat to .npy? Or is there any operation that I didn't recognised? - Regarding the top-Nr mean power value for Sidelobe-aware spatial sparsifying, I noticed that there is a similar operation in extract_pts_feat in radarocc_self.py?
- I would like to know how
n_ranges = 175in extract_pts_feat in radarocc_self.py is determined, as I couldn't find related range bin filtering in ROI. I couldn't understand the operation ofpower_val = power_values[batch_idx][:,:original_k*n_ranges]
I am really grateful for your kind reply.
Metadata
Metadata
Assignees
Labels
No labels