Skip to content

Try to confirm the data preprocessing process #14

@NeverlandCookies

Description

@NeverlandCookies

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.

  1. In generate_4d_polar_doppler.py, data = np.load(file_path) # We have already convert .mat to .npy mentioned tesseract_xxx.mat has 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?
  2. 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?
  3. I would like to know how n_ranges = 175 in 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 of power_val = power_values[batch_idx][:,:original_k*n_ranges]

I am really grateful for your kind reply.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions